home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / slipwarp.zip / gocris.cmd < prev    next >
OS/2 REXX Batch file  |  1994-12-05  |  482b  |  11 lines

  1. @echo off
  2.  
  3. rem ----------------------------------------------------------------------
  4. rem Simple batch file to invoke SLIP from an OS/2 session instead of using
  5. rem the GUI program SLIPPM.
  6. rem
  7. rem SLIP.EXE is in \tcpip\bin.
  8. rem ----------------------------------------------------------------------
  9.  
  10. slip -com2 -exit 0 -speed 57600 -mtu 1500 -nocfg -notify -rtscts -ifconfig 199.3.12.9 199.3.12.9 +defaultroute -idle 30 -connect "logncris.cmd 8350324 dfisher@slip * com2"
  11.