home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 307.lha / VT100_v2.9 / vt100.init < prev    next >
Text File  |  1980-12-06  |  363b  |  9 lines

  1. #   Setup 2 external protocols:
  2. # Zmodem with -Q (quit without waiting for a click in the close box) and
  3. # -I (take serial parameters from zmodem.init)
  4.     EXTERNAL    Zmodem "sz -QI @LOCAL" "rz -QI"
  5. # Ymodem with -B (use Ymodem instead of Zmodem), -Q and -I as above.
  6.     EXTERNAL    Ymodem "sz -BQI @LOCAL" "rz -BQI"
  7. # Select Zmodem as the default protocol.
  8.     XPROTO    Zmodem
  9.