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 >
Wrap
Text File
|
1994-08-27
|
517b
|
13 lines
!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