[WIN32SS] Introduce the NATIVE_REACTX define and disable some Dx calls (#6025)
[reactos.git] / boot / bootdata / bootcdregtest / AHKAppTests.cmd
1 @ECHO OFF
2
3 set DRIVE=
4 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 %%X:\AHK-Tests set DRIVE=%%X)
5
6 if not defined DRIVE (
7 dbgprint "AHK Application testing suite not present, skipping."
8 dbgprint "Insert ReactOS boot medium and try again."
9 exit /b 0
10 )
11
12 xcopy /Y /H /E %DRIVE%:\AHK-Tests\*.* %SystemRoot%\bin
13 REM Download Amine's rosautotest from svn
14 dwnl http://svn.reactos.org/amine/rosautotest.exe %SystemRoot%\system32\rosautotest.exe
15 dbgprint "....AHK Application testing suite added."