|
-
Oct 17th, 2006, 03:34 AM
#1
Thread Starter
Fanatic Member
add a scheduled task
how to add a scheduled task though coding ?
WHETHER YOU SUCCEED OR FAIL IS NOT AS IMPORTANT AS WHETHER YOU TRIED YOUR BEST 
-
Oct 17th, 2006, 03:48 AM
#2
Re: add a scheduled task
Not sure. but
you can create schedule task using dos command:
check out:
SCHTASKS /?
may be you can shell out through vb.
-
Oct 17th, 2006, 03:57 AM
#3
Re: add a scheduled task
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.
Use [code] source code here[/code] tags when you post source code.
My Articles
-
Oct 17th, 2006, 04:51 AM
#4
Thread Starter
Fanatic Member
Re: add a scheduled task
but i want it through vb-code.
WHETHER YOU SUCCEED OR FAIL IS NOT AS IMPORTANT AS WHETHER YOU TRIED YOUR BEST 
-
Oct 17th, 2006, 05:00 AM
#5
Re: add a scheduled task
 Originally Posted by shukla
how to add a scheduled task though coding ?
Check out this Tek-Tips post.
-
Oct 17th, 2006, 05:01 AM
#6
Re: add a scheduled task
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.
Use [code] source code here[/code] tags when you post source code.
My Articles
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|