On Thu, May 24, 2012 at 5:47 PM, David Lum <[email protected]> wrote: > FILEVER "%SystemRoot%\system32\Macromed\Flash\Flash*.ocx" /A /D >> > "b:\wsdata\MAP-WS_Results.txt" > > Echo. >> "b:\wsdata\MAP-WS_Results.txt" > > ping -n 1 4.2.2.3 | find /i "reply" >> "b:\wsdata\MAP-WS_Results.txt"
You should probabbly wrap each command in a FOR /F, capture the fields you want into environment variables, and then write those to the log file. -- Ben ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ --- To manage subscriptions click here: http://lyris.sunbelt-software.com/read/my_forums/ or send an email to [email protected] with the body: unsubscribe ntsysadmin
