home *** CD-ROM | disk | FTP | other *** search
/ CD Action 5 B / cdactioncoverdisc / machines / install.bat next >
DOS Batch File  |  1996-09-13  |  326b  |  27 lines

  1. echo off
  2. cls
  3.  
  4. cd MACHINES
  5.  
  6. junkyard.exe
  7.  
  8. @echo.
  9. @echo Installing the game to C:\MACDEMO
  10. @echo.
  11.  
  12. md C:\MACDEMO
  13. copy pak.exe C:\MACDEMO\pack.exe
  14. C:
  15. cd MACDEMO
  16. pack.exe
  17. del pack.exe
  18. call machines.bat
  19. cls
  20. @echo The Machines installation complete
  21. @echo.
  22. @echo Type MACHINES to play the game
  23. @echo.
  24.  
  25. :end
  26.  
  27.