Quote Originally Posted by CeeBee View Post
Let's see what it outputs.
Hi CeeBee, here it is... or not

Quote Originally Posted by The Output:
C:\TEMP>SETLOCAL ENABLEDELAYEDEXPANSION

C:\TEMP>FOR /F "tokens=1* delims=:" %i IN ('pnputil.exe -e') DO ECHO %i %j %k %l

C:\TEMP>