home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / COMM / MISC / ICOM094A.ZIP / PCP-OFF.SCR < prev    next >
Encoding:
Text File  |  1991-09-20  |  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.