home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 September / PCShareware-9-97.iso / programy / 3ddood / install.bat < prev    next >
DOS Batch File  |  1994-10-24  |  355b  |  15 lines

  1. echo off
  2. if "%1"=="" goto instruct
  3. copy %1:vbrun300.dll %2:\windows\system\vbrun300.dll
  4. copy %1:setupkit.dll %2:\windows\system\setupkit.dll
  5. win %1:setup.exe
  6. goto end
  7. rem
  8. :instruct
  9. echo command useage: install (source drive) (destination drive)
  10. echo e.g. 
  11. echo install c c
  12. echo if you are installing from the c drive onto the c drive.
  13. :end
  14.  
  15.