home *** CD-ROM | disk | FTP | other *** search
/ Game Fest 1994 / gamefeststgcomputerlimited1994.iso / files / game_vga / fordiii1 / install.bat < prev    next >
DOS Batch File  |  1993-10-26  |  1KB  |  42 lines

  1. echo off
  2. echo.
  3. echo.
  4. if "%1"=="" goto message
  5. if "%2"=="" goto message
  6. goto install
  7. :message
  8. echo  Thank you for purchasing Ford Simulator III. For this program
  9. echo  to run properly it must be installed onto your hard drive.  To
  10. echo  help you do this we have included this installation program.  To
  11. echo  correctly use this program you need to type "install" followed by
  12. echo  the letter name of the drive from which you will be installing
  13. echo  Ford Simulator III and the letter name of the drive on which
  14. echo  you wish to have the program installed.
  15. echo.
  16. echo  "a:\>install A C"
  17. echo.
  18. echo.
  19. echo  This program will now end.  To install Ford Simulator III type
  20. echo  install and the appropriate drive letters for your computer.
  21. echo.
  22. pause
  23. goto end
  24. :install
  25. echo  This program will create a directory on your drive "%2" called
  26. echo  FORD and install the files you need to play the game.  Press
  27. echo  CTRL-BREAK to abort this installation or any other key to proceed.
  28. echo.
  29. echo.
  30. pause
  31. %2:
  32. cd\
  33. md ford
  34. %1:
  35. copy install2.bat %2:\ford\install2.bat
  36. copy lha.exe %2:\ford
  37. copy fjoin.exe %2:\ford
  38. %2:
  39. cd\ford
  40. %2:\ford\install2.bat %1 %2
  41. :end
  42.