Results 1 to 5 of 5

Thread: Schedule a task

  1. #1
    Join Date
    Aug 2005
    Posts
    34

    Default Schedule a task

    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

  2. #2
    Join Date
    Jan 2000
    Location
    Jupiter, FL
    Posts
    11,347

    Default

    Girder only runs while logged on. And cannot wake up the computer it self when it is off.
    Ron
    No support through PM

  3. #3
    Join Date
    Dec 2001
    Posts
    11,560

    Default Re: Schedule a task

    Quote Originally Posted by tcj2001
    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
    however, you can setup tasks in the windows scheduler from lua. if this will work let me know.

  4. #4
    Join Date
    Aug 2005
    Posts
    34

    Default Re: Schedule a task

    Quote Originally Posted by Mike C
    Quote Originally Posted by tcj2001
    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
    however, you can setup tasks in the windows scheduler from lua. if this will work let me know.
    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 wanted

  5. #5
    Join Date
    Dec 2001
    Posts
    11,560

    Default

    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...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •