@ECHO OFF BATCHMAN CANCOPY %1 %2 IF NOT ERRORLEVEL 1 GOTO ok REM ----- "^G" in next line is Ctrl-G -- hold Ctrl, type G. ECHO Sorry, not enough room on %1 to copy %2 REM ----- Create QUIT.BAT with the command "REM>QUIT.BAT" QUIT :ok COPY %1 %2