home *** CD-ROM | disk | FTP | other *** search
/ Hacker 19 / HACKER19.ISO / NFSGoodies / NFS3Cars.exe / 911t / 911_Turbo_Install.bat next >
DOS Batch File  |  1998-12-01  |  937b  |  31 lines

  1. @echo off
  2. echo                    Add on car for Need for Speed 3
  3. echo                        Porsche 911 Turbo
  4. echo             Version: 1.0      Releasedate: 30.11.98
  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 Applying patch:
  18. echo.
  19. echo - Creating Porsche 911 Turbo directory
  20. echo.
  21. @md gamedata\carmodel\911t
  22. echo.
  23. echo - Copying Files
  24. echo.
  25. @move 911t.viv gamedata\carmodel\911t\car.viv
  26. echo.
  27. echo.
  28. echo Version 1.0 of Porsche 911 Turbo installed  
  29. echo.
  30. echo.
  31. :end