use ie to google all running tasks (for tokens delims)
Posted: 11 Dec 2011 13:01
for /f "tokens=1 delims=" %%A in ("c:\windows\system32\tasklist.exe") do "C:\Program Files\Internet Explorer\iexplore.exe" %%A ΒΆ
Hi all
above is where Im at so far. I want to use the tasklist command to list all processes running and then the above line to feed in the 1st word per line in the output (the name of the task) and essentially google each task running saving me the typing. maybe there is an easier way? In any case its a chance for me to learn this pesky for comand.
Thanks for reading.
Hi all
above is where Im at so far. I want to use the tasklist command to list all processes running and then the above line to feed in the 1st word per line in the output (the name of the task) and essentially google each task running saving me the typing. maybe there is an easier way? In any case its a chance for me to learn this pesky for comand.
Thanks for reading.