mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[BOOTDATA] Improve error message of AHKAppTests.cmd (#1476)
+ dbgprint "Insert ReactOS CD and try again."
This commit is contained in:
parent
cf16429c60
commit
b8f5fed484
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue