Quote:
Originally Posted by mongrel
Thanks for clearing it out...but I still have doubts.
So, here, does the command decode "autorun.dat" or "nfss.dlt" ??
the source is "autorun.dat", i guess ??
what is the need to force overwrite the file, can't we just write it? 
What is a .dlt file and how do we create it?
|
xdelta3.0 -e -fs oldfile newfile deltafile (create delta diff. bin file)
xdelta3.0 -d -fs oldfile deltafile newfile (apply the bin patch)
-f if it already present overwrite it
the source is always the oldfile