set SRCDIR=\scratch\CONDOR_SRC
 set testdir=\scratch\test001
 mkdir %testdir%
-xcopy /Q /Y "%SRCDIR%\src\condor_tests\*" "%testdir%\condor_tests\"
-xcopy /Q /Y "%SRCDIR%\src\condor_tests\Check\*" "%testdir%\condor_tests\Check\"
+xcopy /S /E /Q /Y "%SRCDIR%\src\condor_tests\*" "%testdir%\condor_tests\"
 xcopy /Q /Y "%SRCDIR%\src\condor_scripts\*.pm" "%testdir%\condor_tests\"
 xcopy /Q /Y "%SRCDIR%\src\condor_scripts\*.pl" "%testdir%\condor_tests\"
 {endterm}