home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / comm / misc / 002 / dowjones.scr < prev    next >
Text File  |  1992-11-21  |  411b  |  18 lines

  1. *-------------------------------------------------
  2. *  Sample script for accessing Dow Jones
  3. *  Mike Caughran
  4. *  Cedar Island Software
  5. *-------------------------------------------------
  6. * Send a carriage return
  7. SendKey 13
  8. Delay 2
  9. * Send an "A"
  10. SendKey 65
  11. WaitFor please log in:
  12. Delay 2
  13. SendTxt DOW1;
  14. WaitFor WHAT SERVICE PLEASE????
  15. SendTxt djns
  16. WaitFor ENTER PASSWORD
  17. SendTxt MyPasswordGoesHere
  18.