WMIC Command...

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
*SCRIPTER*
Posts: 18
Joined: 16 Mar 2009 08:18
Location: N/A
Contact:

WMIC Command...

#1 Post by *SCRIPTER* » 03 Apr 2009 01:11

I was wondering if there is a more proficient
way of making this occur...
Thank You Very Much For Any Advice.

Code: Select all

FOR /F "SKIP=27 TOKENS=1 DELIMS=, " %X IN ('WMIC /?') DO WMIC %A GET /ALL /FORMAT:HTABLE.XSL >> WMIC.HTML

Post Reply