home *** CD-ROM | disk | FTP | other *** search
/ American Civil War / American_Civil_War_CD2_Interactive_Magic_1997.bin / apchdemo / install.bat < prev    next >
DOS Batch File  |  1996-08-23  |  184b  |  11 lines

  1. @echo off
  2.     echo Installing Apache Demo into C:\APCHDEMO
  3.     echo.
  4.     pause
  5.     mkdir c:\apchdemo
  6.     xcopy *.* c:\apchdemo /s /e
  7.     c:
  8.     cd apchdemo
  9.     echo Type "APACHE" to run Demo.
  10.     exit
  11.