Index: rlz/copy_files.bat |
=================================================================== |
--- rlz/copy_files.bat (revision 17071) |
+++ rlz/copy_files.bat (working copy) |
@@ -1,9 +0,0 @@ |
-:: Batch file run to copy rlz binaries |
-@echo off |
- |
-setlocal |
- |
-set InputPath=%~1 |
-set OutDir=%~2 |
- |
-if exist "%InputPath%" xcopy /R /C /Y "%InputPath%" "%OutDir%" |