home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- md c:\mfwademo
- echo Installing files........ please wait.
- copy mfwademo.lzh c:\mfwademo
- copy lha.exe c:\mfwademo
- c:
- cd c:\mfwademo
- lha e mfwademo.lzh
- cls
- echo "My First World Atlas" demo version has been installed.
- echo To run type "MYATLAS" and press return.
- echo In the future type "cd c:\mfwademo" and press return
- echo then type "MYATLAS" and press return.
- echo It is suggested that you run "SETUP" once to select an
- echo appropriate sound card. To do this, when you are at
- echo the "C:\MFWADEMO>" prompt, simply type "SETUP" then press return.
- echo Then select the options applicable for your sound card. We
- echo hope that you enjoy the demo.
- c:
- cd c:\mfwademo
- echo on
- :end
-