| |
thebugler
Posts: 4
Score: 0
Joined: 9/30/2004
From:
Status: offline
|
I am trying to run this command in wshshell.exec: for /f "Tokens=2*" %u in ('reg query "\\strComputer\HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer" /v Version ^| findstr /I /L /C:"REG_SZ"') do (@echo %v) This exact code will run on command line by iteself, but I can't format it properly to run with wshshell.exec. I need help escaping the quotes (single and double) correctly. Please help.
|
|