Browse Source

:wrench: fix makeqsp.bat ... windows copy command is .... copy.

mjsmagalhaes 8 years ago
parent
commit
adf024d5a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MakeQSP.bat

+ 1 - 1
MakeQSP.bat

@@ -31,7 +31,7 @@ txt2gam.exe glife.txt glife.qsp > nul
 @ECHO OFF
 
 echo.
-if defined CP_TO (echo Copying glife.qsp to "%CP_TO%" ... & cp glife.qsp %CP_TO% )
+if defined CP_TO (echo Copying glife.qsp to "%CP_TO%" ... & copy glife.qsp %CP_TO% )
 
 echo.
 echo Done.