home *** CD-ROM | disk | FTP | other *** search
- ;=| PC Pursuit Logoff Script v1.00 |==========================================;
- ; ;
- ; For use as a @SCRIPT command to plug into a BIF, in the 'Logoff Command' ;
- ; item, this script logs off PC Pursuit after a sesson completes. ;
- ; ;
- ;=============================================================================;
-
- offline DONE ; if not connected, skip it, goto done
- AGAIN:
- send "^M@"
- when
- when "@" "D"
- waitfor "DISCONNECTED" 8 AGAIN
- delay 20
- hangup
-
- DONE:
- exit
-