How to add the patches in the windows environment?

Example: When installing acidfree module,

NOTE: this patch MUST be applied to the filemanager source
or acidfree will not work correctly. To apply, do something like this:

cd modules/filemanager
patch -p0 < path/to/this/patch/filemanager-acidfree.patch

What is the equivalent procedure using windows?

Thanks & regards,
Amar

Comments

styro’s picture

http://drupal.org/diffandpatch

There are some comments about Windows, and there are a couple of child pages that cover Windows.

It won't generally be as tidy and straight forward as it is on Linux/Unix
though.

--
Anton

Amarnath-1’s picture

Thank you very much for the info, Styro!