home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / aftp1.zip / Dial.CMD < prev    next >
OS/2 REXX Batch file  |  1997-10-01  |  365b  |  15 lines

  1. REM *** Dial.CMD ***
  2.  
  3. REM *** Batch file to start your program 
  4. REM *** that connects your system to the
  5. REM *** internet.  Modify as required.
  6.  
  7. REM *** InJoy
  8. cd \in-joy
  9. in-joy
  10.  
  11. REM *** Warp's PPP Dialer
  12. REM *** start /c ppp com4 115200 netmask 255.255.255.0 defaultroute rtscts idle 2 connect "slattach atdt123-4567 CONNECT xxx Password: xxx"
  13.  
  14. exit
  15.