home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
BBS_UTIL
/
BFE3100P.ZIP
/
BFE3100P.EXE
/
DSYMODEM.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-01-27
|
313b
|
23 lines
@echo off
REM %1 = Node
REM %2 = Port
REM %3 = Speed
REM %4 = Filename to be transferred
SET DSZPORT=%2
if "%5" == "U" goto UPLOAD
xu port:%2:off
dsz.com ha on speed 19200 sb %4
xu port:2:on
goto END
:UPLOAD
xu port:%2:off
dsz.com ha on speed 19200 rb %4
xu port:2:on
:END
SET DSZPORT=