cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Raghuram
Level 2

Schedule task with run every 1 minute

Hi Team

Please help how to create a scheduled task which runs every 1 minute
Labels (1)
0 Kudos
(3) Replies
banna_k
Revenera
Revenera

This can be done by creating a custom action to schedule a task
See how to create the scheduled tasks using windows commands and their parameters:
https://docs.microsoft.com/en-us/windows/desktop/taskschd/schtasks

See how to create a custom action to schedule a task.
https://community.flexerasoftware.com/showthread.php?217761-Import-a-scheduled-task-by-using-Custom-Action


Raghuram wrote:
Hi Team

Please help how to create a scheduled task which runs every 1 minute
0 Kudos

0 Kudos

As described in this post, you may need to change the "in-script execution" to "deferred execution in system context" so that the task will be created with administrator privileges.

https://community.flexera.com/t5/InstallShield-Forum/Import-a-scheduled-task-by-using-Custom-Action/m-p/53187?advanced=false&collapse_discussion=true&filter=location&location=category:Flexera_Software_Community&q=Import-a-scheduled-task-by-using-Custom&search_type=thread

0 Kudos