Search found 3 matches

by One-Man-Army
03 Jun 2014 04:29
Forum: DOS Batch Forum
Topic: Tracking Window with batch
Replies: 4
Views: 1698

Re: Tracking Window with batch

Ah ok. Didn't know that there was a fix for this. But it seems like i found a solution: The error sais that firefox is not responding. So the tasklist command can help. I just read the out of the tasklist by an for-loop. And by using an if I look if there is a token named "firefox.exe". Th...
by One-Man-Army
03 Jun 2014 03:23
Forum: DOS Batch Forum
Topic: Tracking Window with batch
Replies: 4
Views: 1698

Re: Tracking Window with batch

Yes. This is the problem. It's just annoying, that you'll have to wait, or kill the task. That's why I'm using a batch-script now. But the problem is, that it's used every time and not only if the problem occured. Additionally I wouldn't say it's a small amount of time. I had it a few times, that I ...
by One-Man-Army
03 Jun 2014 02:34
Forum: DOS Batch Forum
Topic: Tracking Window with batch
Replies: 4
Views: 1698

Tracking Window with batch

Hi there. I'm looking for this for a few time, but I don't really know what to search for in this case. I don't know if you know the problem with Firefox: If you start Firefox shortly after closing it, there will often be an error. Such like: Firefox is still running but doesn't react (Sorry i don't...