home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
pcmagazi
/
1990
/
02
/
copyif.bat
< prev
next >
Wrap
DOS Batch File
|
1989-08-31
|
255b
|
10 lines
@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