home *** CD-ROM | disk | FTP | other *** search
- PPLoadSeg
- fastmemfirst
- c:SetPatch >NIL:
- border off
- BindDrivers
- resident c:echo pure
- resident c:Mount pure
- makedir ram:t
- assign T: ram:t
- makedir ram:env
- assign ENV: ram:env
- makedir ram:clipboards
- assign CLIPS: ram:clipboards
- cls
- echo " THE FINAL FRONTIER - ISSUE 2"
- echo ""
- echo ""
- echo " Please note that the intro needs AT LEAST 1MB to run!"
- echo ""
- echo ""
- ask "Do you have 1 MEG and want to see the intro?"
- if warn
- intro
- endif
- echo ""
- echo "Please wait... loading menu"
- menu
-
-