how to write a dos script to compare the files in different 2 folders?

I have 2 folders: deploy and deploy_ready and wanted to know find out using dos script what files are in deploy and not in deploy_ready.
I’m interested in how to compare folders not files.

One Response to “how to write a dos script to compare the files in different 2 folders?”

  • answer_man:

    at a dos prompt type:
    comp /?

    this will show you the syntax on how to compare files, etc

Leave a Reply