home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / comm / misc / 005 / pcp-off.scr < prev    next >
Encoding:
Text File  |  1991-09-19  |  664 b   |  19 lines

  1. ;=| PC Pursuit Logoff Script v1.00 |==========================================;
  2. ;                                                                             ;
  3. ; For use as a @SCRIPT command to plug into a BIF, in the 'Logoff Command'    ;
  4. ; item, this script logs off PC Pursuit after a sesson completes.             ;
  5. ;                                                                             ;
  6. ;=============================================================================;
  7.  
  8. offline DONE                  ; if not connected, skip it, goto done
  9. AGAIN:
  10. send "^M@"
  11. when
  12. when "@" "D"
  13. waitfor "DISCONNECTED" 8 AGAIN
  14. delay 20
  15. hangup
  16.  
  17. DONE:
  18.  exit
  19.