Alistair Carr
April 22nd 03, 03:17 PM
I have a batch file which contains the following line of
code
rundll32.exe setupapi,installHinfSection Defaultinstall
132 c:\windows\inf\ie.inf
This works fine, however it pops up and then asks for the
path to iexplore.exe which is located in the i386
directory, is there anyway i can append the path so that
the command automatically looks into the I386 directory
and doesnt prompt for the path.
Thanks in advance
Alistair
code
rundll32.exe setupapi,installHinfSection Defaultinstall
132 c:\windows\inf\ie.inf
This works fine, however it pops up and then asks for the
path to iexplore.exe which is located in the i386
directory, is there anyway i can append the path so that
the command automatically looks into the I386 directory
and doesnt prompt for the path.
Thanks in advance
Alistair