home *** CD-ROM | disk | FTP | other *** search
/ Hacker 19 / HACKER19.ISO / NFSGoodies / NFS3Cars.exe / gull3 / 300SL_Gull_Install.bat next >
DOS Batch File  |  1999-04-30  |  948b  |  32 lines

  1. @echo off
  2. echo                    Add on car for Need for Speed 3
  3. echo                       Mercedes 300 SL Gullwing 
  4. echo             Version: 1.0     Releasedate: 30.04.99
  5. echo                      Author:Egelkraut Thomas        
  6. echo.
  7. echo --------------------------------------------------------------------------------
  8. echo           !!!!!!!!!Warning: Do not modify this file !!!!!!!!!!
  9. echo --------------------------------------------------------------------------------
  10. if exist nfs3.exe goto ok
  11. :bug
  12. echo      Install not possible. Unpack the file to your NFS3 dir 
  13. echo            (that directory which includes nfs3.exe)
  14. goto end
  15. :ok
  16. echo. 
  17. echo. 
  18. echo Applying patch:
  19. echo.
  20. echo - Creating 300 SL Gullwing directory
  21. echo.
  22. @md gamedata\carmodel\m300
  23. echo.
  24. echo - Copying Files
  25. echo.
  26. @move m300.viv gamedata\carmodel\m300\car.viv
  27. echo.
  28. echo.
  29. echo Version 1.0 of 300 SL Gullwing installed  
  30. echo.
  31. echo.
  32. :end