[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

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
)