how do I schedule groovy script to run hourly? I have groovy_home as C:\groovy and path I have %GROOVY_HOME%\bin. In task scheduler, the action start a program – “groovy C:\Users\Adrian\Desktop\mPest\scripts\WeatherScript.groovy” What am I missing?
Share
If you have
%GROOVY_HOME%\binon your%PATH%, you should just be able to tell it to rungroovy path\to\script.groovyDoes that not work?