PDA

View Full Version : Install as Scheduled Task


MGC
03-24-2007, 05:49 AM
Is it possible using SetUp Factory to install an application as a Scheduled Task ?

jassing
03-24-2007, 05:01 PM
Is it possible using SetUp Factory to install an application as a Scheduled Task ?

The answer is: "yes"
but you have to do the "hardwork", there's not action for 'scheduled task'

pww
03-25-2007, 04:11 AM
you can set or delete scheduled tasks from the command prompt with the "AT" command, then changes appear in the task scheduler.
So the most simple way probably would be to run a .bat file with an AT command.
The task scheduler service should not be disabled.
Don't know if this will work on 9.x/Me OS's