home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Review 40
/
PCRFEB.BIN
/
internav
/
internav.pr$
/
LOGOFDIR.BMC
< prev
next >
Wrap
Text File
|
1994-09-07
|
328b
|
17 lines
**
** LOGOFDIR.BMC
**
** This script is used to logoff DELPHI.
**
** Last modified 9/1/94 at 2:40 pm by EFR
**
Show("Logging off of DELPHI . . .")
Puts("BYE$(CommEol)")
Gets("$(NetworkPrompt)",3000,0)
Wait(1000)
Puts("+++")
Gets("$(ResultOK)",2000,0)
Puts("ATH$(CommEol)")
Gets("$(ResultOK)",2000,0)
CloseComm()