Archives

Archive for December, 2009

I wasn’t sure it was possible but the following batch script should work. It might have some problems with special characters still… post a comment if you find something wrong with it. I’ll fix it and post the new script.

1
2
3
4
5
6
7
8
9
10
11
12
@echo off
tasklist /FI "IMAGENAME EQ vlc.exe" /v /FO "list" > tempdata
for /F "tokens=*" %%R in (’findstr "Window" tempdata’) [...]

Dec 7th, 2009 | Filed under Uncategorized