Results 1 to 3 of 3
Hybrid View
-
26th Feb 2009, 06:28 AM #1OPMemberWebsite's:
FactShelf.comSetting automatic tasks for site
The CRON jobs are the favourite for those sites hosted under LINUX servers. They are useful to run automated tasks in the server for automatic site updates.
Im using a windows server. Is there any way I can run such tasks in WINDOWS server using any scripts??marker Reviewed by marker on . Setting automatic tasks for site The CRON jobs are the favourite for those sites hosted under LINUX servers. They are useful to run automated tasks in the server for automatic site updates. Im using a windows server. Is there any way I can run such tasks in WINDOWS server using any scripts?? Rating: 5factshelf.com - Its worth reading... If you like Link Exchange, with us, you are welcome! For more info, please visit factshelf.com
-
3rd Mar 2009, 05:28 PM #2Member
Here's a snippet from the first result on google for searching cron jobs on windows. Taken from a drupal site.
Creating a Scheduled Task
- Open Scheduler
- Go to Start > Programs > Accessories > System Tools > Scheduled Tasks
- Double-click Add Scheduled Task
- The Scheduled Task Wizard will appear. Click Next.
- Select the program to run. Choose your browser from the list (for example, Internet Explorer or Mozilla Firefox). Click Next.
- Give the task a Name, such as Drupal Cron Job, and choose the Frequency with which to perform the task (for example, Daily)). Click Next.
- Choose specific date and time options (this step will vary, depending on the option selected in the previous step). When finished, click Next.
- Enter your password if prompted. Change the username if required (for example, you'd like the task to run under a user with fewer privileges security reasons). Click Next.
- On the final page, select the checkbox Open advanced properties for this task when I click Finish and click Finish.
Configuring the task
- Go to the task's setting page either by checking the checkbox at the end of the last step, or by double-clicking on the task.
- In the Run box, after the text that is there now (for example, C:\PROGRA~1\MOZILL~1\firefox.exe), enter a space and then type the address to your website's cron.php page in double quotations (for example, C:\PROGRA~1\MOZILL~1\firefox.exe http://www.example.com/cron.php
- To set a frequency more often than Daily (for example, hourly), click the Schedule tab, then click Advanced. Here you can set options such as Repeat task, every 1 hour for 23 hours. Click Ok when finished.
- Change the start time on the task to one minute from the current time. This will allow you to test the task and make sure that it is working.
- When all settings have been configured to your liking, click Apply and OK (note: you may be prompted for your password)
Command-line version
Another way to perform the above commands is by using the schtasks (or at in Windows 2000) command from the command line. To duplicate the example above, which runs Firefox hourly to execute http://www.example.com/cron.php, open a command prompt (Start > Programs > Accessories > Command Prompt) and enter:
schtasks /create /tn "Drupal Cron Job" /tr "C:\PROGRA~1\MOZILL~1\firefox.exe http://www.example.com/cron.php" /sc hourly
Enter your password if prompted.
-
5th Mar 2009, 06:30 AM #3OPMemberWebsite's:
FactShelf.comHey, thanks a lot for ur valuable reply. I will try that and tell u the result.
Thankssssssssssfactshelf.com - Its worth reading... If you like Link Exchange, with us, you are welcome! For more info, please visit factshelf.com
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Setting up a site [Need help]
By iRob in forum Hosting DiscussionReplies: 5Last Post: 14th Oct 2012, 01:18 PM -
help me in setting up my site in vps. plsss.
By mp3dload in forum Technical Help Desk SupportReplies: 9Last Post: 8th Jun 2012, 03:16 PM -
[help] automatic news site
By devilsgal in forum Technical Help Desk SupportReplies: 10Last Post: 8th Nov 2011, 04:02 PM -
DLE Expert for setting up my site
By downloadsmasti in forum Completed TransactionsReplies: 10Last Post: 18th Jul 2011, 06:12 PM -
how do i go setting up google for my ddl site?
By .m0zilla in forum Forum and DDL DiscussionReplies: 6Last Post: 25th Jan 2009, 08:27 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...