home *** CD-ROM | disk | FTP | other *** search
- ;gets weather forecast for seattle
-
- w c "!"
- "go weather|"
- w (-9,-1) "WEATHER"
- "1|" ;select "weather reports" from menu
- w c "!"
- "1|" ;select "short term forecast" from menu
- w c "sf id: "
- "Φ86 " ;Alt-D signals AUTOSIG to capture screen data to file
- w c "name: "
- "forecast|" ;enter filename for screen capture data
- "seattle, wa|" ;now we're ready to enter city and state as requested
- w c "sf id: " ;wait until done
- "Φ86 " ;end screen capture
- "m|" ;return to a menu
- end
-