home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1995 September (Special Edition) / Joystick-HS07-CD3.iso / empire2 / install.bat < prev   
DOS Batch File  |  1995-05-03  |  342b  |  15 lines

  1. @echo off
  2. if "%1" EQ "" goto needparm
  3. xcopy . %1 /s /e
  4. goto didit
  5. :needparm
  6. echo.
  7. echo Please enter the hard-disk path into which you want to install
  8. echo the Empire II demo.  For example, the following command will
  9. echo install the demo into C:\GAMES\E2DEMO :
  10. echo.
  11. echo    install c:\games\e2demo
  12. echo.
  13. echo Thank you.
  14. :didit
  15.