Hi Guys!
I have a .cmd that is supposed to extract files and copy them into another location, as well as register some dlls.
When the registering is complete/successfull, a window shows the status of the register (successful, etc.) and has a little OK button. I don't want to see that little window. Could you help me out? I know there's something that goes after the regsvr32 code, but I can't seem to remember what it is.
This is the regsvr32 code that is running on the .cmd file:
Thanks a bunch, guys!
Nunina
Cognos BI Administrator
San Juan, PR
I have a .cmd that is supposed to extract files and copy them into another location, as well as register some dlls.
When the registering is complete/successfull, a window shows the status of the register (successful, etc.) and has a little OK button. I don't want to see that little window. Could you help me out? I know there's something that goes after the regsvr32 code, but I can't seem to remember what it is.
This is the regsvr32 code that is running on the .cmd file:
Code:
regsvr32 %TARGETDIR%\imaging.dll
Thanks a bunch, guys!
Nunina
Cognos BI Administrator
San Juan, PR