home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM User 1994 February / cdrom-user-07-1994-02.iso / atlas / install.bat < prev    next >
DOS Batch File  |  1993-12-10  |  720b  |  24 lines

  1. @echo off
  2. cls
  3. md c:\mfwademo
  4. echo Installing files........ please wait.
  5. copy mfwademo.lzh c:\mfwademo
  6. copy lha.exe c:\mfwademo
  7. c:
  8. cd c:\mfwademo
  9. lha e mfwademo.lzh 
  10. cls
  11. echo "My First World Atlas" demo version has been installed.
  12. echo To run type "MYATLAS" and press return.
  13. echo In the future type "cd c:\mfwademo" and press return
  14. echo then type "MYATLAS" and press return.
  15. echo It is suggested that you run "SETUP" once to select an 
  16. echo appropriate sound card. To do this, when you are at 
  17. echo the "C:\MFWADEMO>" prompt, simply type "SETUP" then press return.
  18. echo Then select the options applicable for your sound card. We
  19. echo hope that you enjoy the demo. 
  20. c:
  21. cd c:\mfwademo
  22. echo on
  23. :end
  24.