15,039
edits
mNo edit summary |
|||
| Line 122: | Line 122: | ||
==== method2 (not require the admin permission) ==== | ==== method2 (not require the admin permission) ==== | ||
* download the [http://gnuwin32.sourceforge.net/packages/wget.htm wget for windows] | * download the [http://gnuwin32.sourceforge.net/packages/wget.htm wget for windows]<ref>[http://docs.moodle.org/23/en/Cron_with_Windows_OS Cron with Windows OS - MoodleDocs]</ref><ref>[http://www.rememberthemilk.com/forums/tips/4662/?hl=zh-TW Remember The Milk - Forums / Tips & Tricks / Automatic backup (Windows script)]</ref> | ||
* create the cron.bat as follows | * create the cron.bat as follows | ||
<pre>REM -- run Moodle cron job | <pre>REM -- run Moodle cron job | ||
| Line 131: | Line 131: | ||
** (optional) If you do not want to see the pop-up prompt window, you may need to install [http://www.ntwind.com/software/utilities/hstart.html hstart]. And add the following path to your scheduled tasks | ** (optional) If you do not want to see the pop-up prompt window, you may need to install [http://www.ntwind.com/software/utilities/hstart.html hstart]. And add the following path to your scheduled tasks | ||
<pre>path/to/hstart.exe /NOCONSOLE /IDLE path/to/cron.bat </pre> | <pre>path/to/hstart.exe /NOCONSOLE /IDLE path/to/cron.bat </pre> | ||
=== 開放訪客註冊 === | === 開放訪客註冊 === | ||