Results 1 to 6 of 6

Thread: add a scheduled task

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2006
    Location
    nasik,india
    Posts
    909

    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

  2. #2
    Frenzied Member cssriraman's Avatar
    Join Date
    Jun 2005
    Posts
    1,465

    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.
    CS

  3. #3
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    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

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2006
    Location
    nasik,india
    Posts
    909

    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

  5. #5
    Wall Poster TysonLPrice's Avatar
    Join Date
    Sep 2002
    Location
    Columbus, Ohio
    Posts
    3,969

    Re: add a scheduled task

    Quote Originally Posted by shukla
    how to add a scheduled task though coding ?
    Check out this Tek-Tips post.

  6. #6
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    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
  •  



Click Here to Expand Forum to Full Width