home *** CD-ROM | disk | FTP | other *** search
/ Time - Man of the Year / Time_Man_of_the_Year_Compact_Publishing_3YX-Disc-1_Compact_Publishing_1993.iso / dosinst / manual / textinst.bat < prev   
DOS Batch File  |  1993-07-28  |  1KB  |  33 lines

  1. @ECHO OFF
  2. MD C:\moy93d
  3. COPY \dosinst\*.fls c:\moy93d
  4. COPY \dosinst\moy*.* c:\moy93d
  5. COPY \dosinst\sndbk*.* c:\
  6. COPY \dosinst\read*.* c:\moy93d
  7. echo     ...
  8. echo     ...
  9. echo          Program installation is now complete!
  10. echo     ...
  11. echo                     SOUND BOARD INSTALLATION
  12. echo     ...
  13. echo          If you have a Sound Blaster compatible sound board 
  14. echo          and would like to hear the video playback, you must
  15. echo          first modify your config.sys file.  Assuming your
  16. echo          sound card is set to DMA channel 1, IRQ 7, and I/O 
  17. echo          address 220, add the following line to the bottom of
  18. echo          your config.sys file: DEVICE=SNDBK12.SYS 1 /I5 /a220
  19. echo     ...
  20. echo          NOTE:  If your sound board is set to ANOTHER address,
  21. echo          you will have to modify this line accordingly.  Next,
  22. echo          save your config.sys file and reboot your computer. 
  23. echo     ...     
  24. echo                    RUNNING TIME Man of the Year
  25. echo     ...
  26. echo          Now that you have installed TIME Man of the Year
  27. echo          manually to your hard drive, type C: to switch
  28. echo          back to your hard drive.  Then type CD\MOY93D to 
  29. echo          change to the TIME Man of the Year directory. 
  30. echo          To start the program type MOY93.
  31. echo     ...
  32.             
  33.