home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.1 / 1996-02_Disc_2.1.iso / icr2 / inst1.bat < prev    next >
DOS Batch File  |  1995-11-02  |  975b  |  68 lines

  1. @echo off
  2. if %3 == install goto install
  3. echo If you wish to install IndyCar Racing II 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.  
  12. %2
  13. md cars
  14. cd cars
  15. md cars95
  16. cd cars95
  17. copy %1\icr2\cars\cars95\*.*
  18. cd ..
  19. cd ..
  20.  
  21. md effects
  22. cd effects
  23. copy %1\icr2\effects\*.*
  24. cd ..
  25.  
  26. md objs
  27. cd objs
  28. copy %1\icr2\objs\*.*
  29. cd ..
  30.  
  31. md rol
  32. cd rol
  33. copy %1\icr2\rol\*.*
  34. cd ..
  35.  
  36. md sound
  37. cd sound
  38. copy %1\icr2\sound\*.*
  39. cd ..
  40.  
  41. md tracks
  42. cd tracks
  43.  
  44. md laguna
  45. cd laguna
  46. copy %1\icr2\tracks\laguna\*.*
  47. cd ..
  48.  
  49. md michigan
  50. cd michigan
  51. copy %1\icr2\tracks\michigan\*.*
  52. cd ..
  53.  
  54. cd ..
  55.  
  56. copy %1\icr2\uvconfig.exe
  57. copy %1\icr2\hmi*.386
  58. copy %1\icr2\indycar.exe
  59. copy %1\icr2\setup.exe
  60. copy %1\icr2\setup.cfg
  61. copy %1\icr2\modems.cfg
  62. copy %1\icr2\mip.cfg
  63. copy %1\icr2\calendar
  64. copy %1\icr2\readme.txt
  65. copy %1\icr2\main.dat
  66.  
  67. :exit
  68.