View Single Post
  #4  
Old 05-12-2009, 05:23
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by mongrel View Post
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
Reply With Quote