home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
modem
/
supk412.arc
/
SEND.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-03-04
|
736b
|
23 lines
echo off
if %1x == x goto error
if %2x == x goto error
if %3x == x goto error
if %4x == x goto error
superk p%1 s%2 s%3 f %4 %5 %6 %7 %8 %9
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 s(protocol) f filename filename
echo .
echo Call SEND as SEND port speed protocol filename filename filename
echo where port = 1 or 2
echo speed = 300, 1200, 2400, 4800, 9600, 19200
echo protocol = J,X,C,W,Y,K,S or JB,XB,CB,YB,WB,KB,SB
echo .
echo Call SUPERK @ to set and save defaults
:end