home *** CD-ROM | disk | FTP | other *** search
/ PowerPlay 1997 October / PowerPlay1097.iso / Full / Full01 / APCHDEMO / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-10-05  |  183b  |  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 c:\apchdemo
  9.     echo Type "APACHE" to run Demo.
  10.