home *** CD-ROM | disk | FTP | other *** search
- ;
- ; QuickLearn Script generated at 15:00:49 on 08-18-93
- ; May require editing before use.
- ;
- Graphics ANSI
- TurnON 8_BIT
- TurnOFF LINEFEED
- TurnON XON/XOFF
- TurnON NOISE
- TurnON MUSIC
- TurnON SCROLL
- TurnOFF PRINT
- TurnOFF ECHO
- TurnOFF SPLIT
- TurnOFF BS_DEL
- TurnON STATUSLN
- TurnOFF DOORWAY
-
- again:
- TimeOut 30 out ; Set Waitfor for 30 seconds
- delay 100
- Send "atdt18002453828^M"
- WHEN "BUSY" again
-
- Waitfor ""
- Delay 100
- Send "^M"
-
- Waitfor "Enter Access Code.....?"
- Delay 100
- Send "^M"
-
- Waitfor "Characters per Line...? [80]"
- Delay 100
- Send "^M"
-
- Waitfor "Lines per Page........? [24]"
- Delay 100
- Send "^M"
-
- Waitfor "Selection...?"
- Delay 100
- Send "1^M"
-
- Waitfor "Aircraft ID...........?"
- Delay 100
- Send "bhm^M"
-
- Waitfor "Selection...?"
- Delay 100
- Send "g^M"
-
- Waitfor "Selection...?"
- Delay 100
- Capture C:\sbbs\data\text\weather\WEATHER1.ASC
- Send "1^M"
-
- Waitfor "Enter Location, State...?"
- Delay 100
- Send "bhm^M"
-
- Waitfor ":"
- Delay 100
- TurnOFF Capture
- Send "cm^M"
-
- Waitfor "Selection...?"
- Delay 100
- Send "1^M"
-
- Waitfor "Selection...?"
- Delay 100
- Send "c^M"
-
- Waitfor "Selection.....?"
- Delay 100
- Capture C:\sbbs\data\text\weather\WEATHER3.ASC
- Send "2^M"
-
- Waitfor "ess C to continue, R to return:"
- Delay 100
- TurnOFF Capture
- Send "r"
- Capture C:\sbbs\data\text\weather\WEATHER4.ASC
- Send "4^M"
-
- Waitfor "ess C to continue, R to return:"
- Delay 100
- TurnOFF Capture
- Send "r"
- Capture C:\sbbs\data\text\weather\WEATHER2.ASC
- Send "1^M"
-
- Waitfor "Station Identifier(s)? [BHM]"
- Delay 100
- Send "ca^Hkl^M"
-
- Waitfor "Selection.....? [1]"
- Delay 100
- Send "1^M"
-
- Waitfor "ess C to continue, R to return:"
- Delay 100
- TurnOFF Capture
- Send "rm^M"
-
- Waitfor "Selection...?"
- Delay 100
- Send "x^M"
-
- Waitfor "you want a new Session (Y/N) ?"
- Delay 100
- Send "n"
- System Y
- Exit
-
- out:
- TurnOff Capture
- System Y
- Exit
-