home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfs51 / pcnfs51.lzh / TELNET.ZOO / modem.ecf < prev    next >
Text File  |  1994-08-27  |  517b  |  13 lines

  1. !MODEM.ECF automatically dials the host and monitors your modem connection.
  2. ! When you log out, the connection is lost, you exit the emulator
  3. ! and return to DOS.
  4.  
  5. SET DISCONNECT        !watch the connection status of the modem
  6. DIAL 123-4567        !dial the modem number
  7. ON DISCONNECT THEN GOTO BYE_NOW
  8.             !when connection is lost, the command file will
  9.             !continue at label bye_now
  10. EMULATE            !return to interactive emulator state
  11. BYE_NOW:        !label bye_now
  12. EXIT/EM            !exit command file and the emulator, back to DOS
  13.