;This script gets latest news summary (kindof) and sports scores.  

;Unfortunately Compuserve (CIS) has the AP menus set up so that they 
;change everytime new data is added.  Therefore the menu selection to get 
;the latest news at 5 am today won't be the same as you'd use to get the 5 
;am news tommorrow.  It seems like it wouldn't be that hard for them to 
;add a consistent menu selection (like entering 0) that would give you the 
;latest news summary (or sports info) no matter when you logged on.  If 
;you'd like to see CIS add such a menu choice let them know by entering 
;"GO FEEDBACK" at any CIS menu. 

w c "!"
"go basicnews|"
w c "!"
"1|"
w c "!"
"|"
w c "!"
"1|"            ;select latest news
w c "!"
"86 "          ;86 is special code 86 or Alt-D, the signal to have 
                ;Autosig save screen data to disk
w c "name: "
"news|"         ;name of captured file
w .5 
"0|"            ;this number changes with time, see note above
w c "!"
"86 "          ;end screen capture
"m|"
w c "!"
"m|"
w (-2,-1) "13 Science"
"3|"            ;select sports
w c "!"
"1|"            ;select scores
w c "!"
"86 "          ;initiate another capture
w c "name: "
"scores|"
w .5
"0|"            ;this number also changes with time 
w c "!"
"86 "          ;end capture
"m|"
end

