home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chestnut's Multimedia Mania
/
MM_MANIA.ISO
/
games
/
uu161
/
import.bat
< prev
next >
Wrap
DOS Batch File
|
1993-06-23
|
311b
|
12 lines
goto exit
REM ^^^^ remove this line once you have set the reset of this bat file
REM vvvv CHANGE BELOW PATH AND PROTOCOL TO SUIT YOUR NEEDS!!!!!
d:\BBS\ZMODEM\GSZ.EXE ha cts restrict rz -p -m
REM ^^^^ Receive the File
if errorlevel == 1 DEL %1
REM ^^^^ if file is not found error is assumed
:exit