home *** CD-ROM | disk | FTP | other *** search
/ PC Player 2000 April / PCP_4_2000C.iso / ACWDEMO / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-01-22  |  193 b   |  9 lines

  1. @echo off
  2.     echo Installing American Civil War Demo into C:\ACWDEMO
  3.     echo.
  4.     pause
  5.     mkdir c:\acwdemo
  6.     xcopy *.* c:\acwdemo /s /e
  7.     echo Run "acw_demo" from the C:\acwdemo directory.
  8.     exit
  9.