• FCMP是一个简单的命令行程序,这将帮助你比较两个文件、报告它们是否相同。

    FCMP[/纳罗格][/s]1文件2

    比1到文件2,和报告,如果他们是同样大小相同,字节的。

    ·/纳罗格不显示的程序的旗帜。

    ·/s禁止所有产出。

    ·%的错误级别%环境变量将包含0如果文件相匹配,或1如果他们不这样做。

  • FCMP एक सरल कमांड लाइन उपयोगिता है कि आप में मदद मिलेगी की तुलना दो फ़ाइलों, रिपोर्टिंग चाहे या नहीं वे कर रहे हैं एक ही है ।

    FCMP [/nologo] [/s] file1 file2

    तुलना file1 करने के लिए file2, और रिपोर्ट अगर वे कर रहे हैं एक ही आकार और समान, बाइट के लिए बाइट ।

    · /nologo नहीं प्रदर्शन कार्यक्रम बैनर.

    · /एस दबाने सभी आउटपुट ।

    · %ErrorLevel% परिवेश चर होते हैं 0, तो फ़ाइलें मैच, या 1 अगर वे करते हैं नहीं है ।

  • FCMP is a simple command line utility that will help you compare two files, reporting whether or not they are the same.

    FCMP [/nologo] [/s] file1 file2

    Compares file1 to file2, and reports if they are the same size and identical, byte for byte.

    · /nologo Don't display the program banner.

    · /s Suppress all output.

    · The %ErrorLevel% environment variable will contain 0 if the files match, or 1 if they do not.