home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / aftp1.zip / HangUp.CMD < prev    next >
OS/2 REXX Batch file  |  1997-09-20  |  270b  |  14 lines

  1. REM *** HangUp.CMD ***
  2.  
  3. REM *** Batch file to start the program 
  4. REM *** that disconnects your dialer from
  5. REM *** the internet.  Modify as required.
  6.  
  7. cd \in-joy
  8. killjoy
  9.  
  10. REM *** If you want mail to toss, add 
  11. REM *** statements to that effect here.
  12.  
  13. exit
  14.