[BOOTDATA] Improve error message of AHKAppTests.cmd (#1476)

+    dbgprint "Insert ReactOS CD and try again."
This commit is contained in:
Katayama Hirofumi MZ 2019-04-07 08:05:35 +09:00 committed by GitHub
parent cf16429c60
commit b8f5fed484
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ for %%X in (A B C D E F G H I J K L M N O P Q R S T U V W X Y Z) do (if exist %%
if not defined DRIVE (
dbgprint "AHK Application testing suite not present, skipping."
dbgprint "Insert ReactOS CD and try again."
exit /b 0
)