• ATTRIB是一个小的命令行程序,允许查看和编辑文件的属性。

    对于每一个事件ATTRIB返回一个适当的退出的代码可用于"如果等级"的声明在批文件:

    0完成成功;

    /? 选择使用。

    1错误来改变attribute(s)的文件(s)。

    2没有匹配的文件(s)发现针对目标的(s)。

    3错误打开文件(s),指出/@的选择(s)。

    4错误(s)在命令行。

    高errorlevels应该吸收较低的errorlevels(例如,如果有错误,以改变的属性和没有匹配的目标对于其他论点,则2中将返回的)。

  • ATTRIB है एक छोटे से कमांड लाइन आवेदन की अनुमति देता है कि आप देखने के लिए और संपादित फ़ाइल विशेषताएँ.

    प्रत्येक घटना के लिए ATTRIB रिटर्न एक उचित बाहर निकलने के कोड है, जो में इस्तेमाल किया जा सकता "यदि errorlevel" बयान में बैच फ़ाइलें:

    0 सफल समापन;

    /? विकल्प का इस्तेमाल किया ।

    1 त्रुटि को बदलने के लिए विशेषता(एस) की फ़ाइल(एस) ।

    2 कोई मिलान फ़ाइल(s) पाया के लिए लक्ष्य(एस).

    3 त्रुटि ओपन फ़ाइल(एस), की ओर इशारा किया /@ विकल्प(एस).

    4 त्रुटि(एस) में कमांड लाइन.

    उच्च errorlevels को अवशोषित चाहिए कम errorlevels (उदाहरण के लिए, अगर वहाँ त्रुटियाँ हैं विशेषताओं को बदलने के लिए और कोई मिलान लक्ष्य के लिए अन्य तर्क है, तो 2 वापस आ जाएगा).

  • ATTRIB is a small command line application that allows you to view and edit file attributes.

    For each event ATTRIB returns an appropriate exit code which can be used in "if errorlevel" statements in batch files:

    0 completion successful;

    /? option used.

    1 error to change attribute(s) of file(s).

    2 no matching file(s) found for target(s).

    3 error open file(s), pointed in /@ option(s).

    4 error(s) in command line.

    Higher errorlevels should absorb lower errorlevels (for example, if there are errors to change attributes and no matching targets for other argument, then 2 will be returned).