home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 5 / ClassicFond05_nopass.iso / ARCADE / OSCAR.RAR / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-10-25  |  285b  |  33 lines

  1. @echo off
  2.  
  3. if "%1" == "" goto error
  4.  
  5. d1
  6.  
  7. md %1
  8. copy *.??? %1  >NUL
  9.  
  10.  
  11. d2
  12.  
  13. copy *.??? %1  >NUL
  14.  
  15. d3
  16.  
  17. copy *.??? %1  >NUL
  18.  
  19. dc
  20. cd %1
  21. goto end
  22.  
  23.  
  24. :error
  25. cls
  26. echo To Install 'Oscar' use..  "INSTALL <drv>:\<path>"
  27. echo.
  28. echo  eg.   install c:\oscar
  29. echo.
  30.  
  31. :end
  32.  
  33.