home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / icom201b.zip / PCP-OFF.SCR < prev    next >
Text File  |  1994-06-06  |  513b  |  22 lines

  1. ;----------------------------------------------------------------------------
  2. ; PCP-OFF.SCR  Intellicomm v2 logoff script for PC-Pursuit.
  3. ;
  4. ; For use as a @SCRIPT command to plug into a BIF, in the 'Logoff Command'
  5. ; item, this script logs off PC Pursuit after a sesson completes.
  6. ;
  7. ;----------------------------------------------------------------------------
  8.  
  9. offline goto DONE
  10.  
  11. AGAIN:
  12. sendbreak
  13. send "^M@"
  14. when
  15. when "@" send "D"
  16. waitfor "DISCONNECTED" 8 AGAIN
  17. delay 20
  18. hangup
  19.  
  20. DONE:
  21.  exit
  22.