• 0

batch script


Question

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

  • 0

Do you mean inf files? :huh:

for %f in (*.inf) do start /wait rundll32 setupapi,InstallHinfSection DefaultInstall 132 %f

Edited by gameguy
Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.