[BOOTDATA] Improve AHKAppTests.cmd (follow-up of #1476)

This commit is contained in:
Katayama Hirofumi MZ 2019-04-16 10:38:51 +09:00
parent a7634b8e1d
commit df2a8c40be

View file

@ -5,7 +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 ( if not defined DRIVE (
dbgprint "AHK Application testing suite not present, skipping." dbgprint "AHK Application testing suite not present, skipping."
dbgprint "Insert ReactOS CD and try again." dbgprint "Insert ReactOS boot media and try again."
exit /b 0 exit /b 0
) )