home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMMUNIC / CA24_1.ZIP / SCRIPTS.ZIP / KERDOWN.CMD < prev    next >
Encoding:
Text File  |  1988-05-04  |  212 b   |  5 lines

  1.     MESSAGE "^MThe host supplies the file name... "
  2.     COMPARMS S1        ; read current settings
  3.     S2 =  "PCKERMIT.EXE -l " * S1(11:14) * " -b " * S1(0:3) * " -r " ; e.g. "... -lcom2 -b1200 -r
  4.     RUN S2            ; Load and run
  5.