source: other-projects/trunk/winbin/bin/cron/stopcron.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: 186 bytes
Line 
1@echo off
2if "%GSDLHOME%" == "" goto NotSet
3set /p pd= <cron.pid
4taskkill /PID %pd% /F 1>nul
5del cron.pid
6goto End
7
8:NotSet
9echo GSDLHOME not set - run setup.bat first.
10
11:End
12@echo on
Note: See TracBrowser for help on using the repository browser.