home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Classic / MultimediaClassic.mdf / hardsoft / 16mvcard / installm.bat < prev    next >
Encoding:
DOS Batch File  |  1994-01-20  |  330 b   |  17 lines

  1. rem Please wait, installation for use with 
  2. rem Mitsumi CD-ROM drive in progress.
  3. @echo off
  4. md c:\~g2ktmp
  5. copy *.* c:\~g2ktmp\*.* >nul
  6. copy y c:\ >nul
  7. c:
  8. cd c:\~g2ktmp
  9. attrib *.* -r
  10. copy mitsumi.txt filelist.txt >nul
  11. copy mitsumi.exe install.exe >nul
  12. install
  13. cd\
  14. del c:\~g2ktmp < y >nul
  15. rd c:\~g2ktmp < y
  16. del c:\y
  17.