I have a .bat file that looks like this:
Regsvr32 "C:\Whateve r."
Regsvr32 "C:\Whateve r2."
Regsvr32 "C:\Whateve r3."
And so it prompts be with a dialog box after each runs and I have to click
OK for each one.
How can I have it not prompt me?
Thanks,
Ron
Regsvr32 "C:\Whateve r."
Regsvr32 "C:\Whateve r2."
Regsvr32 "C:\Whateve r3."
And so it prompts be with a dialog box after each runs and I have to click
OK for each one.
How can I have it not prompt me?
Thanks,
Ron
Comment