How to create a task in windows task scheduler using QT?
-
wrote on 29 Mar 2017, 08:27 last edited by
Is there any QT api which helps you to create a task in windows task scheduler. Set all conditions & triggers to the task as can be done in the windows task scheduler.
Thanks in advance.
-
Is there any QT api which helps you to create a task in windows task scheduler. Set all conditions & triggers to the task as can be done in the windows task scheduler.
Thanks in advance.
Hi
A fast way would be to use QProcess and
Schtasks.exe
https://msdn.microsoft.com/en-us/library/windows/desktop/bb736357(v=vs.85).aspxIts a windows (platform) feature so Qt do not provide any classes for it.
-
Hi
A fast way would be to use QProcess and
Schtasks.exe
https://msdn.microsoft.com/en-us/library/windows/desktop/bb736357(v=vs.85).aspxIts a windows (platform) feature so Qt do not provide any classes for it.
1/3