PDA

View Full Version : آموزش: در ویندوزcron jobs



tofan8
یک شنبه 27 تیر 1389, 18:55 عصر
سلام.
دوستان یه مدت بود دنبال یه راه بودم که cron jobs رو تو ویندوز اجرا کنم.

تو هیچ سایته ایرانیی پیدا نکردم تا بالخره تو یه سایته خارجکی پیدا شد گفتم بزارم بقیه هم استفاده کنن.

کلمات کلیدی :

کرون جاب در ویندوز . کرون جاب در لوکال . cron jabs در ویندوز . cron jabs در لوکال

tofan8
یک شنبه 27 تیر 1389, 18:58 عصر
Creating a Scheduled Task

1. Open Scheduler
2. Go to Start > Programs > Accessories > System Tools > Scheduled Tasks
3. Double-click Add Scheduled Task
4. The Scheduled Task Wizard will appear. Click Next.
5. Select the program to run. Choose your browser from the list (for example, Internet Explorer or Mozilla Firefox). Click Next.
6. 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.
7. Choose specific date and time options (this step will vary, depending on the option selected in the previous step). When finished, click Next.
8. 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.
9. On the final page, select the checkbox Open advanced properties for this task when I click Finish and click Finish.

Configuring the task

1. 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.
2. 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
3. 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.
4. 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.
5. 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.

tofan8
یک شنبه 27 تیر 1389, 19:03 عصر
اگه خواستید فارسیش را هم بزارم:چشمک:

mohmadd
یک شنبه 27 تیر 1389, 19:16 عصر
راستش من شنیدم چنین ابزاری در ویندوز هستش درسته ؟
دستت درد نکنه لازمش داشتم.

tofan8
یک شنبه 27 تیر 1389, 21:09 عصر
راستش من شنیدم چنین ابزاری در ویندوز هستش درسته ؟
دستت درد نکنه لازمش داشتم.

خوشحال که به درد یکی خورد:قلب: