Is there a plugin or LUA library to schedule a task and set the "run only if logged on" and "wake up computer to run this task" flags on
Is there a plugin or LUA library to schedule a task and set the "run only if logged on" and "wake up computer to run this task" flags on
Girder only runs while logged on. And cannot wake up the computer it self when it is off.
Ron
No support through PM
however, you can setup tasks in the windows scheduler from lua. if this will work let me know.Originally Posted by tcj2001
Yes Scheduling in LUA would be great, but my main requirement is to set those two flag for the schedule task, If LUA can do this, thats what I wantedOriginally Posted by Mike C
The WMI example in the G4 downloads area has some simple code to show you how to use the taskscheduler via lua. It ain't that simple and will require you to have a look on MSDN for more info...