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

  1. *
  2. * PCBOARD.CMD
  3. *
  4. * Use to automatically dial a PCboard System.
  5. *
  6. *  Usage:  PCBOARD NAMEofENTRY FirstName LastName Password
  7. *
  8. * You can add this script to a phone book entry by putting:
  9. *
  10. * PCBOARD NAMEofENTRY FirstName LastName Password
  11. *
  12. * and PereLine will automatically log on for you.  This way you can
  13. * have just the one script to log onto any PCBoard.  PereLine will not
  14. * dial the phone if the script is running because a phone book entry just
  15. * got dialed.  If you execute the script from the User Menu, then the 
  16. * entry will be dialed first.
  17. *
  18.  
  19. Phone Dial &1
  20. *
  21. * Send a [CR] to wake up PCBoard 
  22. *
  23. '
  24.  
  25. *
  26. * Just answer DEFAULT to most messages
  27. *
  28. When "?" "^M"
  29.  
  30. WaitFor String first name?
  31. '&2
  32.  
  33. WaitFor String last name?
  34. '&3
  35.  
  36. WaitFor String Password (Dots will echo)?
  37. '&4
  38.  
  39. *
  40. * Wait for message asking about Mail or the MORE message if long intro ...
  41. *
  42. WaitFor String Command?
  43.  
  44.