Daemonscript News
Brought to you by:
infernodaemon
For use Daemonscript check settings in a head of script:
...
setlocal enabledelayedexpansion
:: main root there all daemons placed
set serverroot=c:\server
:: your IP
set servernameorip=127.0.0.1
:: apache daemon config file
set apacheconfig=httpd.conf
:: apache daemon (service on win-nt) name
set apachedaemonname=httpdnt
:: there apache daemon placed full patch
:: c:\server\apache\
set apacheversionroot=%serverroot%\apache... read more
Daemonscript created for manage Apache-MySQL-PHP and maybe Perl web tools from flash drive or other media drives without install on Win-NT systems.