Hi all,
I have two .net com object. I need to register the dll files using the gacutil and regasm commands.
(i.e) gacutil /i x.dll
regasm x.dll
i have included these commands in a batch file and i tried to execute the batch file using shell. But the com objects are not registered can any one help me to sort out this problem.
shell command : res = Shell(“cmd /c”+“regbatch.bat>result.txt”)
Thanks in advance