home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 11 / 1995-10_Disc_11.iso / apchdemo / install.bat < prev    next >
DOS Batch File  |  1995-07-21  |  180b  |  10 lines

  1. @echo off
  2.     echo Installing Apache 95 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.