How to create a task in windows task scheduler using QT?
Solved
General and Desktop
-
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.