how to add a scheduled task though coding ?
Printable View
how to add a scheduled task though coding ?
Not sure. but
you can create schedule task using dos command:
check out:
SCHTASKS /?
may be you can shell out through vb.
You can use AT command from the DOS prompt to add a scheduled task. Type AT/? on the Command Prompt and it will display the help.
but i want it through vb-code.
Check out this Tek-Tips post.Quote:
Originally Posted by shukla
Use Shell command to execute the AT command. Do a search here and you will get lot of samples on how to do that in your VB program.