home *** CD-ROM | disk | FTP | other *** search
- !MODEM.ECF automatically dials the host and monitors your modem connection.
- ! When you log out, the connection is lost, you exit the emulator
- ! and return to DOS.
-
- SET DISCONNECT !watch the connection status of the modem
- DIAL 123-4567 !dial the modem number
- ON DISCONNECT THEN GOTO BYE_NOW
- !when connection is lost, the command file will
- !continue at label bye_now
- EMULATE !return to interactive emulator state
- BYE_NOW: !label bye_now
- EXIT/EM !exit command file and the emulator, back to DOS
-