home *** CD-ROM | disk | FTP | other *** search
/ Cardinal Internet Access Solutions / Cardinal_Internet_Access_Solutions(1996-08-19).iso / files / internet / slipnet / slipnet.z / BYE.CMD < prev    next >
OS/2 REXX Batch file  |  1995-03-06  |  427b  |  19 lines

  1. # If your modem and cable do not suport DTR signaling
  2. # use this method to terminate your connection.
  3. # most modems and cables do suport this.  at&c1 is the modem command to turn
  4. # it on.
  5. #
  6. #output +++
  7. #input 10 OK\n
  8. #output ath0\r
  9. #input 10 OK\n
  10.  
  11. #
  12. # This is the prefered way to hang up.  It will work properly ALL the time.
  13. # the above method is problematic at best.
  14. #
  15. set DTR off
  16. sleep 1
  17. set DTR on
  18. online
  19.