home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Review 40 / PCRFEB.BIN / internav / internav.pr$ / LOGOFDIR.BMC < prev    next >
Text File  |  1994-09-07  |  328b  |  17 lines

  1. **
  2. ** LOGOFDIR.BMC
  3. **
  4. ** This script is used to logoff DELPHI.
  5. **
  6. ** Last modified 9/1/94 at 2:40 pm by EFR
  7. **
  8.  
  9. Show("Logging off of DELPHI . . .")
  10. Puts("BYE$(CommEol)")
  11. Gets("$(NetworkPrompt)",3000,0)
  12. Wait(1000)
  13. Puts("+++")
  14. Gets("$(ResultOK)",2000,0)
  15. Puts("ATH$(CommEol)")
  16. Gets("$(ResultOK)",2000,0)
  17. CloseComm()