|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Batch file questionRegsvr32 "C:\Whatever." Regsvr32 "C:\Whatever2." Regsvr32 "C:\Whatever3." 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 Run RegSvr32 /? for a list of command line options. The option you
want is /s e.g. RegSvr32 /s Whatever.dll Ronald S. Cook wrote:
> Regsvr32 "C:\Whatever." regsvr32 /s "whatever".. . . > > 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? Most DOS-style commands also support the "/?" argument, that displays a summary of how to use them. Usually this just get printed as output in the DOS box but, annoyingly, regsvr32 pops up a dialog box instead. HTH, Phill W. Running regsvr32 /? from the command line might give a hint.
Did you try the /s switch? Show quoteHide quote "Ronald S. Cook" <rc***@westinis.com> wrote in message news:eehAwyopGHA.220@TK2MSFTNGP05.phx.gbl... >I have a .bat file that looks like this: > > > > Regsvr32 "C:\Whatever." > > Regsvr32 "C:\Whatever2." > > Regsvr32 "C:\Whatever3." > > > > 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 > > > >
Inherited form problem
Function 'GetData' doesn't return a value on all code paths... converting short to unicode without System.Text.UnicodeEncoding Threading and Scope Dynamically created checkboxes within a panel - how do i get the value? how to: contents of cd Making Tag with Web.UI.Control Image access problem Can I write and read a STRUCTURE to a file or to a Database??? Balloontip - tooltip add link |
|||||||||||||||||||||||