;Note: this first section (up to 'call "stock"') is used to log-on, 
;send and collect e-mail.  It is unique to my machine and 
;communication program.  Autosig users need only change the 
;first two lines while others will have to create their own script. 


"c:|"
"cd \newcom|"   ;I keep autosig in c:\newcom. Change.

"autosig|"
w 2
"a"             ;pressing A selects E-Mail in my version of Autosig
w c ""         
if (+0,+0) <> "S" then *chkmail*        
;if no e-mail to send then skip this part
"|"
*send0*
if c <> "continue." then *send1*
"|"
*send1*
if  c<> "" then *send0*

*chkmail*
"F"             ;read forward all messages
w c ""

"G"             ;go online in terminal mode
w 1
"m|"

call "getstock"
call "getnews"
call "getmap"
call "weather"

"bye|"          ;logs off

;Autosig unique exit procedure
w c "enter to continue."
"|"
w 1
"x|"

end


