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

  1.     MESSAGE "^MEnter the upload file name: "
  2.     GET S0            ; Read keyboard
  3.     COMPARMS S1        ; read current settings
  4.     S2 =  "DSZ.COM port " * S1(14:14) * " sb " * S0 ; e.g. "DSZ port 2 sb"
  5.     RUN S2            ; Load and run DSZ
  6.