open an exist job in the Windows Scheduled Tasks?

VB.MAN

Member
Joined
Feb 8, 2009
Messages
9
Programming Experience
5-10
Hi,

Do you know the answer?

I can open the scheduled task by command-line from the VB GUI. What I'm trying to do is to open an exist job from VB GUI, by command-line or any other method, so I can let the users edit the job. I can't figure out how to do it.

Many thanks.
 
It's all done using schtasks.exe via the commandline. If you know how to invoke schtasks via the commandline then that's the extent of VB's involvement. You need to open a command prompt and type "schtasks /?" to get syntax information but I'm afraid that that has nothing to do with VB so isn't really a topic for this forum. You might also look up schtasks in Windows Help and Support, which you can access from the Start Menu.
 
I'm trying to open the Job's properties window from within VB.NET . I don't care if it's done by command-line or API . Please help.
 
Back
Top