XPero Posted November 12, 2005 Posted November 12, 2005 (edited) I'm currently developing "Reg File Merger", written in C# 2.0. It will do what you are requesting Edited November 12, 2005 by XPero
albator Posted November 12, 2005 Author Posted November 12, 2005 I'm currently developing "Reg File Merger", written in C# 2.0. It will do what you are requesting Let me know when it will be out ! And will it be standalone ? if yes I will add to my site.
benners Posted November 12, 2005 Posted November 12, 2005 I normally use the copy commandCopy *.reg New.reg
suryad Posted November 14, 2005 Posted November 14, 2005 Hehe good to know benners. Thanks. Never in a million years would have thought about the copy command.
albator Posted November 15, 2005 Author Posted November 15, 2005 I normally use the copy commandCopy *.reg New.regI made a .bat using this tecknik, I work ! Thank for the tip
bluedanube Posted November 18, 2005 Posted November 18, 2005 A quick copy and paste works for me.I suppose it depends on how big the reg files you're merging are though.
albator Posted November 18, 2005 Author Posted November 18, 2005 A quick copy and paste works for me.I suppose it depends on how big the reg files you're merging are though.I know that, but for muliple reg file, I prefer a faster and cleaner method. Bludedanube is the man he got a simple but great solution.
Zoofield Posted November 21, 2005 Posted November 21, 2005 I think cut and paste is fine for a few, 5 and under reg tweaks. Say you have 30 or more individual reg tweaks. merging those is a pain. using "copy *.reg New.reg" leaves you with...Windows Registry Editor Version 5.00keyWindows Registry Editor Version 5.00keyWindows Registry Editor Version 5.00keyWindows Registry Editor Version 5.00keyA big mess...on top of that trying to put them in some kind of decent order as well, sayall HKLM with all HKLM instead of just in some random order.the only way (easiest) i've found is to use VMware with a clean install, take a snap shot, load reg keys, and another snap shot. (using Advanced Registry Tracer)this works but leaves me a bit nervous.any way i hope Xpero comes a long with his .reg merging app that would be great.my two cents, and some.
XPero Posted November 23, 2005 Posted November 23, 2005 Ive released Reg File MergerReg File Merger Post
albator Posted November 23, 2005 Author Posted November 23, 2005 Sorry But I wont use it, since it not standalone, and worst it use dotnet 2.0
XPero Posted November 23, 2005 Posted November 23, 2005 Sorry But I wont use it, since it not standalone, and worst it use dotnet 2.0 It is standalone, isnt it?
albator Posted November 23, 2005 Author Posted November 23, 2005 Sorry But I wont use it, since it not standalone, and worst it use dotnet 2.0 It is standalone, isnt it?? No you need to install it wont work not installed on a HD or usb key or cd/dvd
XPero Posted November 23, 2005 Posted November 23, 2005 Sorry But I wont use it, since it not standalone, and worst it use dotnet 2.0 It is standalone, isnt it?? No you need to install it wont work not installed on a HD or usb key or cd/dvdInstall what? run the exe!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now