home *** CD-ROM | disk | FTP | other *** search
- *-------------------------------------------------
- * Sample script for accessing Dow Jones
- * Mike Caughran
- * Cedar Island Software
- *-------------------------------------------------
- * Send a carriage return
- SendKey 13
- Delay 2
- * Send an "A"
- SendKey 65
- WaitFor please log in:
- Delay 2
- SendTxt DOW1;
- WaitFor WHAT SERVICE PLEASE????
- SendTxt djns
- WaitFor ENTER PASSWORD
- SendTxt MyPasswordGoesHere
-