home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 March / buyer-0396.iso / nascar / inst.bat next >
DOS Batch File  |  1994-09-06  |  520b  |  43 lines

  1. @echo off
  2. if %3 == install goto install
  3. echo If you wish to install NASCAR Racing into your system,
  4. echo please run the INSTALL.EXE program.
  5. goto exit
  6.  
  7. rem   usage:  inst  from_drive to_drive install
  8. rem example:  inst  d: c: install
  9.  
  10. :install
  11. %2
  12. %1nasd00
  13. md cars
  14. cd cars
  15. md cars
  16. cd cars
  17. %1nasd01
  18. cd ..\..
  19.  
  20. md effects
  21. cd effects
  22. %1nasd02
  23. cd ..
  24.  
  25. md rol
  26. cd rol
  27. %1nasd03
  28. cd ..
  29.  
  30. md sound
  31. cd sound
  32. %1nasd04
  33. cd ..
  34.  
  35. md tracks
  36. cd tracks
  37. md taladega
  38. cd taladega
  39. %1nasd05
  40. cd ..\..
  41.  
  42. :exit
  43.