home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PROGRAMS
/
UTILS
/
COMMUNIC
/
K9X85_1.ZIP
/
KERMIT.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1988-12-18
|
253 b
|
6 lines
echo off
rem Command line is KERMIT direction port speed filename
rem where direction is R or S... port is 1 or 2
if %1 == R pckermit -l com%2 -b %3 -m 31 -p n -r -a %4 -c
if not %1 == R pckermit -l com%2 -b %3 -m 31 -p n -w -s %4 -c