home *** CD-ROM | disk | FTP | other *** search
/ zipcon.net / www.zipcon.net.tar / www.zipcon.net / pub / win95 / script.txt < prev    next >
Text File  |  1996-11-05  |  595b  |  18 lines

  1. If you have a static IP address, you'll have to login with a script
  2. to activate it.  You can't get a static IP w/o a script.  If you
  3. don't have a static IP, you wont need a script at all!
  4. Here the script that someone sent me to that works with the dialup
  5. scripting tool:
  6.  
  7. proc main
  8. waitfor "ogin: "
  9. transmit "Pjoe^M"
  10. waitfor "ssword: "
  11. transmit "xxxxxxx^M"
  12. endproc
  13.  
  14. Replace 'joe' with your login name with a P in front of it to make
  15. zipcon go into PPP and replace 'xxxxxxx' with your password. the ^M is
  16. the command as if you hit the "enter" key, so you need that after your
  17. login and password.
  18.