semaja2.net Posted September 10, 2004 Share Posted September 10, 2004 hi im creating a batch file that will install a bunch of ini files how do i do this and also make them install one after another Link to comment Share on other sites More sharing options...
0 John Veteran Posted September 10, 2004 Veteran Share Posted September 10, 2004 (edited) Do you mean inf files? :huh: for %f in (*.inf) do start /wait rundll32 setupapi,InstallHinfSection DefaultInstall 132 %f Edited September 10, 2004 by gameguy Link to comment Share on other sites More sharing options...
Question
semaja2.net
hi im creating a batch file that will install a bunch of ini files how do i do this and also make them install one after another
Link to comment
Share on other sites
1 answer to this question
Recommended Posts