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 >
Wrap
OS/2 REXX Batch file
|
1995-03-06
|
427b
|
19 lines
# If your modem and cable do not suport DTR signaling
# use this method to terminate your connection.
# most modems and cables do suport this. at&c1 is the modem command to turn
# it on.
#
#output +++
#input 10 OK\n
#output ath0\r
#input 10 OK\n
#
# This is the prefered way to hang up. It will work properly ALL the time.
# the above method is problematic at best.
#
set DTR off
sleep 1
set DTR on
online