Changeset 20159
- Timestamp:
- 2009-08-05T16:59:14+12:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/gsicontrol.bat
r19970 r20159 46 46 :: For all other commands, the greenstone environment needs to be set first before they can be run 47 47 :testgsdl 48 if NOT "%GSDLHOME%" == "" goto commands48 if NOT "%GSDLHOME%" == "" if NOT "%GSDLOS%" == "" goto commands 49 49 echo. 50 echo Environment variable GSDLHOME not set.50 echo Environment variable GSDLHOME (or GSDLOS) not set. 51 51 echo This needs to be set to run the gsicontrol command %target%. 52 52 echo Have you run setup.bat? … … 72 72 73 73 :start 74 "%GSDLHOME%\bin\windows\starthttpd.exe" GS2_APACHE_HTTPD "%GSDLHOME%\apache-httpd\windows\bin\httpd.exe" 74 :: START starts the app in a new console named by the string following immediately thereafter 75 :: then we start up apache-httpd and pass the signal that the stop command will respond to 76 START "%GSDLHOME%\apachectl" "%GSDLHOME%\bin\windows\starthttpd.exe" GS2_APACHE_HTTPD "%GSDLHOME%\apache-httpd\windows\bin\httpd.exe" 75 77 echo %MONITOR_SUCCESS% 76 78 echo %MONITOR_FINISHED%
Note:
See TracChangeset
for help on using the changeset viewer.