home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / k9x85_1.zip / KERMIT.BAT < prev    next >
DOS Batch File  |  1988-12-18  |  253b  |  6 lines

  1. echo off
  2. rem Command line is   KERMIT direction port speed filename
  3. rem           where   direction is R or S... port is 1 or 2
  4. if %1 == R pckermit -l com%2 -b %3 -m 31 -p n -r -a %4 -c
  5. if not %1 == R pckermit -l com%2 -b %3 -m 31 -p n -w -s %4 -c
  6.