home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / PLINESYS.ZIP / WELL.CMD < prev    next >
Encoding:
Text File  |  1991-03-15  |  766 b   |  43 lines

  1. *
  2. * WELL.CMD
  3. *
  4. * Use to automatically dial the WELL System.
  5. *
  6. *  Usage:  WELL ID Password
  7. *
  8. * You can add this script to a phone book entry by putting:
  9. *
  10. * WELL ID Password
  11. *
  12. * and PereLine will automatically log on for you.  PereLine will not
  13. * dial the phone if the script is running because a phone book entry just
  14. * got dialed.  If you execute the script from the User Menu, then the 
  15. * entry will be dialed first.
  16. *
  17. * This script assumes that you have a phone book entry called 'The Well'
  18. *
  19.  
  20. Phone Dial The Well
  21.  
  22. '
  23. WaitFor String Host Name:  
  24. 'WELL
  25.  
  26. *
  27. * Wait for the WELL to ask for a login
  28. *
  29. WaitFor String login: 
  30. '&1
  31.  
  32. *
  33. * Now wait for the password
  34. *
  35. WaitFor String Password:
  36. '&2
  37.  
  38. *
  39. * Should be logged in now ...
  40. *
  41.  
  42.  
  43.