home *** CD-ROM | disk | FTP | other *** search
/ Euro Power Pack 13 / EuroPowerPackClassic13.iso / install.bat < prev    next >
Encoding:
DOS Batch File  |  1994-11-18  |  685 b   |  35 lines

  1. echo off
  2. cls
  3.  
  4. if "%1"=="" goto error
  5.  
  6. xcopy \starship\*.* %1\starship\ /s
  7. %1
  8. cd starship
  9. config
  10. echo.
  11. echo.
  12. echo         Type STARSHIP to commence game 
  13. echo.
  14. echo.
  15. goto end
  16.  
  17. :error
  18. echo.
  19. echo                Command Adventure Starship  -  Game Installation.
  20. echo.
  21. echo                Please specify the source and destination drive:-
  22. echo.  
  23. echo                                 for example:-
  24. echo.
  25. echo      If your CD ROM DRIVE is drive D, and your hard-disk is drive C, type:-
  26. echo                                     D:
  27. echo                                INSTALL C:
  28. echo.
  29. echo.
  30. echo                            (C) 1994 Merit Studios
  31. echo.
  32. :end
  33.  
  34.  
  35.