Batch File Programming Help !
|
Skilled contributor
|
![]() |
| 30Dec2007,07:27 | #1 |
|
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?
Last edited by Bhullarz; 30Dec2007 at 07:35.. |
|
Go4Expert Founder
|
![]() |
| 30Dec2007,11:11 | #2 |
|
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.
|
|
Skilled contributor
|
![]() |
| 30Dec2007,15:31 | #3 |
|
Quote:
Originally Posted by shabbir |
|
Go4Expert Founder
|
![]() |
| 30Dec2007,16:07 | #4 |
|
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.
|
|
Skilled contributor
|
![]() |
| 30Dec2007,17:38 | #5 |
|
Can you give me any link to download MS Visual C++? I found one on Microsoft's site but that is .Net based version.
|
|
Go4Expert Founder
|
![]() |
| 30Dec2007,18:31 | #6 |
|
Yup It will be a .NET version only because now MS does not support / allow other versions.
|
|
Skilled contributor
|
![]() |
| 30Dec2007,18:39 | #7 |
|
Oh ! But >net make the program difficult to distribute as we have to install 54 mb .Net SDK on the each machine
|
|
Go4Expert Founder
|
![]() |
| 30Dec2007,20:03 | #8 |
|
Unless you create a .NET application you don't need to ship that.
|
|
Skilled contributor
|
![]() |
| 31Dec2007,09:26 | #9 |
|
I have got Visual Studio 2005. But there is no option of Windows Console Application under Visual C++.....
|
|
Go4Expert Founder
|
![]() |
| 31Dec2007,09:56 | #10 |
|
You need the SDK pack to do that.
|


