home *** CD-ROM | disk | FTP | other *** search
- echo off
- :START
- cls
- sask menu.dat 1234567qex /d
- if ERRORLEVEL = 99 goto QUIT
- if ERRORLEVEL = 10 goto QUIT
- if ERRORLEVEL = 9 goto QUIT
- if ERRORLEVEL = 8 goto QUIT
- if ERRORLEVEL = 7 goto QUIT
- if ERRORLEVEL = 6 goto NEW
- if ERRORLEVEL = 5 goto NETWORK
- if ERRORLEVEL = 4 goto PRINTS
- if ERRORLEVEL = 3 goto READ
- if ERRORLEVEL = 2 goto PRINT
- sask menu2.dat 123456qex /d
- if ERRORLEVEL = 99 goto QUIT
- if ERRORLEVEL = 9 goto QUIT
- if ERRORLEVEL = 8 goto QUIT
- if ERRORLEVEL = 7 goto QUIT
- if ERRORLEVEL = 6 goto LINE50
- if ERRORLEVEL = 5 goto LINE43
- if ERRORLEVEL = 4 goto LINE28
- if ERRORLEVEL = 3 goto LINE25
- if ERRORLEVEL = 2 goto LINE21
- sask info.dat yqex
- demo
- goto START
- :LINE21
- ren sched.bus default.bus
- ren sched21.bus sched.bus
- sask info.dat yqex
- demo
- ren sched.bus sched21.bus
- ren default.bus sched.bus
- goto START
- :LINE50
- :LINE21
- ren sched.bus default.bus
- ren sched50.bus sched.bus
- sask info.dat yqex
- demo
- ren sched.bus sched50.bus
- ren default.bus sched.bus
- goto START
- :LINE43
- ren sched.bus default.bus
- ren sched43.bus sched.bus
- sask info.dat yqex
- demo
- ren sched.bus sched43.bus
- ren default.bus sched.bus
- goto START
- :LINE28
- ren sched.bus default.bus
- ren sched28.bus sched.bus
- sask info.dat yqex
- demo
- ren sched.bus sched28.bus
- ren default.bus sched.bus
- goto START
- :LINE25
- ren sched.bus default.bus
- ren sched25.bus sched.bus
- sask info.dat yqex
- demo
- ren sched.bus sched25.bus
- ren default.bus sched.bus
- goto START
- :READ
- tutorial
- goto START
- :PRINTS
- print samples.doc
- goto START
- :PRINT
- print tutorial.doc
- goto START
- :NETWORK
- type network.doc
- pause
- goto START
- :NEW
- WHATSNEW
- goto start
- :QUIT
- cls
- echo Thank you for giving SupremeSched a try. For further information, please
- echo contact us at:
- echo SupremeSoft
- echo 105 Deerfield Drive
- echo Easton, CT 06612
- echo (203) 261-7510
- echo on
-