home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chestnut's Multimedia Mania
/
MM_MANIA.ISO
/
games
/
uu161
/
export.bat
< prev
next >
Wrap
DOS Batch File
|
1993-06-23
|
384b
|
14 lines
REM Export Only Functions on Registered Versions of UU
goto :end
REM ^^^^ Remove this line after you have adjusted this file
REM vvvv CHANGE BELOW PATH AND PROTOCOL TO SUIT YOUR NEEDS!!!!!!
d:\BBS\ZMODEM\Gsz.EXE sz -r -m %1
REM ^^^^ Transmit File (File Name in %1)
if errorlevel == 1 GOTO END
DEL %1
REM ^^^^ If File Still Exists an Exportation is Assumed Failed
:END