04-21-2022 05:24 AM
I am making a program that is to be run periodically and I want to use a Windows task for that. To make things simpler for my customer, I want to use my application to generate the task by itself. Surely that must be pretty straightformard with .NET in Labview. Does anyone have any experience with this? Basically, I just want to programatically import an XML that I exported from a task scheduler before. I do not yet know which .NET constructor to use.
Solved! Go to Solution.
04-21-2022 09:23 AM
I'd start by trying a simple SystemExec with a schtasks command.
04-28-2022 04:30 AM
Thanks! That option totally escaped my mind.