Menu

How to using Daemonscript ???

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\

:: mysql daemon ini file

set mysqlconfig=my.ini

:: mysql daemon name

set mysqldaemonname=mysqldnt

:: there mysql daemon placed c:\server\mysql\

set mysqlversionroot=%serverroot%\mysql\

:: there PHP placed c:\server\php

set phpversioroot=%serverroot%\php\

Posted by Daemon 2008-12-03

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.