Hi ! Is there any way to merge a registry file silently in batch file? like it should not show prompts to user whether to merge or not then the confirmation that merge successful or not successful. I just want it should be merged silently. Is it possible?
If you can write a C program yes you can or else what you are asking for is to use the exported file then its not possible as far as I know.
Ok if it can be done in using C,then plz help me and give me some idea how to do it. But I am using Turbo C compiler and I don not have any other compiler.If possible help me in this.
The first thing you need to do is get the better compiler and MS Visual Studio Enterprise is free to download and the first thing is to get that. TC will not help you get the Registry functions and to write them would take ages.
Can you give me any link to download MS Visual C++? I found one on Microsoft's site but that is .Net based version.
Oh ! But >net make the program difficult to distribute as we have to install 54 mb .Net SDK on the each machine
I have got Visual Studio 2005. But there is no option of Windows Console Application under Visual C++.....