home *** CD-ROM | disk | FTP | other *** search
- script
- clear screen
- define user_selection
- define var1 ='Sports Line'
- define var2 ='c:\express\call_log\log'
- define var3 ='c:\express\handcap\'
- printe
- printe
- printe
- printe
- printe '[var1] Handicapping Center' center
- printe
- printe '\{\r1\b\} Football Handicapper ' center
- printe '\{\r2\b\} NBA MLB NHL Handicapper ' center
- printe '\{\r3\b\} View Handicapping Results ' center
- printe
- printe '\{\rX\b\} eXit ' center
- printe
- open([var2],append)
- fprinte ' **&01 on &24 at &23 ENTERED HANDCAP MENU**'
- close
- end
-
- printe
- printe
- print 'Your Selection: ' center
- input user_selection 1 noreturn
-
- if user_selection='1' then
- execute ('[var3]HANDCAP.COM')
-
- ef user_selection='2' then
- execute ('[var3]ALL.COM')
-
- ef user_selection='3' then
- TOS c:\express\handcap\ER.TTP c:\express\handcap\picks.dat
-
- ;if you dont use ER.TTP then delete that line and use this one
- ;view ('[var3]picks.dat')
-
- ef user_selection='X' then
- endif
- exit
-