* Sync up to trunk head (r65270).
[reactos.git] / boot / bootdata / bootcdregtest / AHKAppTests.cmd
1 @ECHO OFF
2
3 if not exist "D:\AHK-Tests" (
4 dbgprint "AHK Application testing suite not present, skipping."
5 exit /b 0
6 )
7
8 xcopy /Y /H /E D:\AHK-Tests\*.* C:\ReactOS\bin
9 dbgprint "....AHK Application testing suite added."