Scripting Task Scheduler

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default Scripting Task Scheduler

    I have Windows 2003 OS running on my server,

    would like to know the chance of scripting task scheduler ( want to run
    certain asp pages at regular intervals )

    Thank you,

    Regars,

    Raj.


    Raj Guest

  2. Similar Questions and Discussions

    1. Task Scheduler problem
      Hi I have the following problem and hope this is the right newsgroup to send to. THE PROBLEM : I cannot set a different account to run a task...
    2. Unable to open Task Scheduler
      I am unable to start the Task Scheduler to add new tasks. The current tasks are working fine but the task scheduler will not open now. I am running...
    3. Task Scheduler icon on Taskbar for Win XP
      In Windows XP I can't seem to get the Task Scheduler icon to appear in the System Task Tray as it does in Windows 98. Why is this and how do I get...
    4. Still have problems with task scheduler
      I posted an earlier message because I couldn't get my task scheduler to run scheduled tasks. I followed response instructions, put in a pass word,...
    5. Task Scheduler
      Noticed my scheduled backups were not running (never had a problem until now). Task scheduler was not started. When I try to manual start it, I...
  3. #2

    Default RE: Scripting Task Scheduler

    Open task scheduler of windows server 2003,
    Add a task for your specified interval, command: iexplore.exe "yourpage.asp"

    -Praveen
    "Raj" wrote:
    > I have Windows 2003 OS running on my server,
    >
    > would like to know the chance of scripting task scheduler ( want to run
    > certain asp pages at regular intervals )
    >
    > Thank you,
    >
    > Regars,
    >
    > Raj.
    >
    >
    >
    Praveen Guest

  4. #3

    Default Re: Scripting Task Scheduler

    how do I "SCRIPT" it?
    "Praveen" <www.kpraveen.com> wrote in message
    news:0D633A26-B72B-49FF-BDFE-8213006B3A73@microsoft.com...
    > Open task scheduler of windows server 2003,
    > Add a task for your specified interval, command: iexplore.exe
    > "yourpage.asp"
    >
    > -Praveen
    > "Raj" wrote:
    >
    >> I have Windows 2003 OS running on my server,
    >>
    >> would like to know the chance of scripting task scheduler ( want to run
    >> certain asp pages at regular intervals )
    >>
    >> Thank you,
    >>
    >> Regars,
    >>
    >> Raj.
    >>
    >>
    >>

    Raj Guest

  5. #4

    Default Re: Scripting Task Scheduler

    See script sample to create a scheuled task for Windows Server 2003
    [url]http://www.kpraveen.com/MXP836DQR[/url]
    -Praveen
    Praveen Guest

  6. #5

    Default Re: Scripting Task Scheduler

    Where is it for VB?
    "Praveen" <www.kpraveen.com> wrote in message
    news:C069A942-4954-497C-B700-66C87CAF3376@microsoft.com...
    > See script sample to create a scheuled task for Windows Server 2003
    > [url]http://www.kpraveen.com/MXP836DQR[/url]
    > -Praveen

    Raj Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139