[BOOTDATA] Improve error message of AHKAppTests.cmd (#1476)
[reactos.git] / boot / bootdata / bootcdregtest / AHKAppTests.cmd
index b17347d..9278669 100644 (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
 )