Jonas Nordgren asks:
I need a program that will replace “x”.dll in a series of programs with an updated version of the “x”.dll.
I have many of these and I dont feel like manually replacing the “X”dll’s for 20+ programs.
11 Answers -
tanveeer khan
October 23, 2012A file system (or filesystem) is a means to organize data expected to be retained … Some file systems allow multiple programs to update the
Douglas Mutay
October 23, 2012Please, be more specific. Why are you willing to manually replace it yourself? Can’t the program do it itself with automatic update?
Boni Oloff
October 23, 2012I don’t really clear what you mean.
You can copy all the files to the folder and click replace all.
Dino Pearsons
October 23, 2012I honestly haven’t seen an app like that anywhere. If it’s something you have to do on a regular basis, I think you might want to consider writing a batch script which would do it for you.
Harshit Jain
October 23, 2012I don’t know but you need something like incremental backup like mechanism is file copying.
Bruce Epper
October 23, 2012If this is a DLL with common functionality used by multiple programs, why isn’t is registered as a system DLL so you only need to have one copy of it on the system in the first place?
Ahmed Khalil
October 23, 2012no software avaliable to do this as i know
Jonas Nordgren
October 24, 2012there is a copy of x.dll found in over 20 program folders, i have made a modified one, i want to find and replace all copies of the dll with my modified dll. cant be much more specific, the program does not update with my modified dll, it replaces it with another dll. so i have been doing it all one-byone but i thought id check to see if there is a faster way.
Other than writing a batch file containing all the filepaths, I don’t see any other options. It’s still faster than doing it manually anyway.
October 25, 2012Wait. This might help:http://www.door2windows.com/easy-file-replacer-replace-two-files-of-different-names-with-one-click/
October 26, 2012ha14
October 24, 2012Batch file commands has an example of Menu Creation with copying.
http://www.aumha.org/a/batches.php
Recursively find and replace files
http://stackoverflow.com/questions/10422433/recursively-find-and-replace-files
perhaps a sync software that support multiple directory.
Aniket Singh
November 3, 2012please provide more information related to ur question……..
Rakesh Mishra
November 16, 2012hey please elaborate your question