crayzee's patcher help back to main page
patcher???.exe [<mode> [<file1> [<file2> [<file3>]]]]where <mode> can be:
g - generate patch script file; then | <file1> is the original (old) file | |
<file2> is the changed (new) file | ||
<file3> is the patch script file to generate | ||
u - use the patch script file; then | <file1> is the patch script/minipatcher file to use | |
<file2> is the original (old) file | ||
<file3> is the patched (new) file to create |
patcher???.exe g oldfile.exe newfile.exe difference.pth
patcher???.exe u dif.pth oldfile.exewill use the dif.pth patch script file to patch oldfile.exe but will ask you for the filename to write the patched file to...