Search found 1 match

by rich205
23 Oct 2017 16:48
Forum: DOS Batch Forum
Topic: Pnputil in batch file
Replies: 3
Views: 4407

Pnputil in batch file

Hi everyone, I have been lurking here for a while, reading your scripts and trying to see If I can work out why mine doesn't work but I cant seem to make it work correctly. The command I would like to be able to run from a batch file is this: for /f %i in ('dir /b /s *.inf') do pnputil.exe -i -a %i ...