• PyCron应用程序的目的是要扫描的文件(crontab.txt)每一分钟,检查每一条线,如果指定的日期/时间信息匹配的当前时间/日。 如果他们是平等的,命令行指定将被执行。 日志文件(pycron的。日志)与执行的命令,写入到当前的目录。

    有一个样品配置文件"pycron的。cfg。样本"的节目目录。

    此文件重命名为"pycron的。cfg",并将其更改为你的需要:

    old_dow_compatibility=1==>变化日的一周回到蟒蛇的风格

    (0=Monday,...,6=Sunday)

    crontab_filename=crontab.txt ==>指定的任何其他文件

    log_filename=pycron的。日志==>指定的任何其他文件

  • के PyCron आवेदन डिजाइन किया गया था, स्कैन करने के लिए एक फ़ाइल (crontab.txt) हर मिनट की जाँच करता है हर रेखा यदि निर्धारित समय / तारीख की जानकारी से मेल खाता वर्तमान समय / तारीख. यदि वे बराबर हैं, कमांड लाइन में निर्दिष्ट क्रियान्वित किया जाएगा । एक लॉग फ़ाइल (pycron.लॉग) आदेश निष्पादित करने के लिए लिखा है वर्तमान निर्देशिका.

    वहाँ है एक नमूना विन्यास फाइल "pycron.cfg.नमूना" कार्यक्रम में निर्देशिका.

    नाम बदलने के लिए इस फ़ाइल को "pycron.cfg" और इसे बदलने के लिए अपनी आवश्यकताओं:

    old_dow_compatibility = 1 ==> बदलें सप्ताह के दिन वापस करने के लिए अजगर शैली

    (0=सोमवार, ..., 6=रविवार)

    crontab_filename = crontab.txt ==> निर्दिष्ट किसी अन्य फाइल

    log_filename = pycron.लॉग इन ==> निर्दिष्ट किसी अन्य फाइल

  • The PyCron application was designed to scan a file (crontab.txt) every minute and checks every line if the specified time / date information matches the current time / date. If they are equal, the command line specified will be executed. A log file (pycron.log) with the executed commands is written to the current directory.

    There is a sample configuration file "pycron.cfg.sample" in the program directory.

    Rename this file to "pycron.cfg" and change it to your needs:

    old_dow_compatibility = 1 ==> change day of week back to python style

    (0=Monday, ..., 6=Sunday)

    crontab_filename = crontab.txt ==> specify any other file

    log_filename = pycron.log ==> specify any other file