home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / comms / icom0425.arj / INET-OFF.SCR < prev    next >
Text File  |  1994-04-25  |  483b  |  20 lines

  1. ;----------------------------------------------------------------------------
  2. ; INET-OFF.SCR  Intellicomm v2 logoff script for iNet 2000.
  3. ;
  4. ; For use as a @SCRIPT command to plug into a BIF, in the 'Logoff Command'
  5. ; item, this script logs off iNet after a sesson completes.
  6. ;
  7. ;----------------------------------------------------------------------------
  8.  
  9. offline goto DONE
  10.  
  11. when
  12. when "iNet command:" "BYE"
  13. waitfor "call cleared" 120
  14.  
  15. delay 20
  16. hangup
  17.  
  18. DONE:
  19.  exit
  20.