home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
BBS
/
BFE1302A.ZIP
/
SAMPLE.ZIP
/
DSXMODEM.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-06-19
|
307b
|
24 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 %3 sx %4
xu port:2:on
goto END
:UPLOAD
xu port:2:off
dsz.com ha on speed %3 rx %4
xu port:2:on
:END
SET DSZPORT=