home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
modem
/
supk412.arc
/
RECV.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-03-04
|
824b
|
25 lines
echo off
if %1x == x goto error
if %2x == x goto error
if %3x == x goto error
superk p%1 s%2 r%3 f C:\DLS\%4
goto end
:error
cls
echo SUPERK - (c) Copyright 1989 Crater Rim Software - All Rights Reserved
echo .
echo MiniNet's External Protocol Driver for Batch or Single File Transfers
echo .
echo Command Line = SUPERK p1 s2400 r(protocol) f C:\DLS\filename
echo .
echo Call RECV as RECV port speed protocol filename
echo where port = 1 or 2
echo speed = 300, 1200, 2400, 4800, 9600, 19200
echo protocol = J,X,C,Y,W,K,S or JB,XB,CB,YB,WB,KB,SB
echo filename = required with single file protocol only
echo .
echo Change default download directory (C:\DLS\) to suit
echo .
echo Call SUPERK @ to set and save defaults
:end