Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / boot / bootdata / bootcdregtest / AHKAppTests.cmd
diff --git a/reactos/boot/bootdata/bootcdregtest/AHKAppTests.cmd b/reactos/boot/bootdata/bootcdregtest/AHKAppTests.cmd
deleted file mode 100644 (file)
index 0b34c7a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-@ECHO OFF\r
-\r
-set DRIVE=\r
-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)\r
-\r
-if not defined DRIVE (\r
-    dbgprint "AHK Application testing suite not present, skipping."\r
-    exit /b 0\r
-)\r
-\r
-xcopy /Y /H /E %DRIVE%:\AHK-Tests\*.* %SystemRoot%\bin\r
-REM Download Amine's rosautotest from svn\r
-dwnl http://svn.reactos.org/amine/rosautotest.exe %SystemRoot%\system32\rosautotest.exe\r
-dbgprint "....AHK Application testing suite added."\r