source: other-projects/trunk/winbin/bin/cron/startcron.bat@ 17524

Last change on this file since 17524 was 17524, checked in by osborn, 16 years ago

Adding bat files to start and stop the cron daemon for Windows

File size: 196 bytes
Line 
1@echo off
2if "%GSDLHOME%" == "" goto NotSet
3
4start "" /B "%GSDLHOME%\bin\windows\cron.exe" "%GSDLHOME%\collect\crontab"
5goto End
6
7:NotSet
8echo GSDLHOME not set - run setup.bat first
9
10:End
11@echo on
Note: See TracBrowser for help on using the repository browser.