3 if not exist "D:\AHK-Tests" (
4 dbgprint "AHK Application testing suite not present, skipping."
8 xcopy /Y /H /E D:\AHK-Tests\*.* C:\ReactOS\bin
9 REM Download Amine's rosautotest from svn
10 dwnl http://svn.reactos.org/amine/rosautotest.exe C:\ReactOS\system32\rosautotest.exe
11 dbgprint "....AHK Application testing suite added."