home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PowerPlay 1997 October
/
PowerPlay1097.iso
/
Full
/
Full01
/
APCHDEMO
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-10-05
|
183b
|
10 lines
@echo off
echo Installing Apache 95 Demo into C:\APCHDEMO
echo.
pause
mkdir c:\apchdemo
xcopy *.* c:\apchdemo /s /e
c:
cd c:\apchdemo
echo Type "APACHE" to run Demo.