Search found 6 matches

by princess
12 Feb 2013 03:50
Forum: DOS Batch Forum
Topic: batch taskkill doesn't work sometimes
Replies: 11
Views: 7857

Re: batch taskkill doesn't work sometimes

Thanks foxidrive,

i do not know why your suggestions does not work on my computer,
but now i have a way to solve it. its very dirty but that doesn't matter...

THANKS FOR YOUR ADVICE! :wink:
by princess
12 Feb 2013 03:15
Forum: DOS Batch Forum
Topic: batch taskkill doesn't work sometimes
Replies: 11
Views: 7857

Re: batch taskkill doesn't work sometimes

Oh sorry,

Copy and Paste, but with my own settings.
I use Windows XP Professional
by princess
12 Feb 2013 01:32
Forum: DOS Batch Forum
Topic: batch taskkill doesn't work sometimes
Replies: 11
Views: 7857

Re: batch taskkill doesn't work sometimes

thanks, but it doesn't work :(
by princess
12 Feb 2013 01:02
Forum: DOS Batch Forum
Topic: batch taskkill doesn't work sometimes
Replies: 11
Views: 7857

Re: batch taskkill doesn't work sometimes

In no case it works. Whether the iExplorer is open or closed, i have to close the window manually.


ERROR: Invalid query.
ERROR: Invalid query.
by princess
11 Feb 2013 08:41
Forum: DOS Batch Forum
Topic: batch taskkill doesn't work sometimes
Replies: 11
Views: 7857

Re: batch taskkill doesn't work sometimes

Thanks but it doesn't work!

I tried it with start, call, /f, /t... nothing helped :cry:
by princess
11 Feb 2013 02:41
Forum: DOS Batch Forum
Topic: batch taskkill doesn't work sometimes
Replies: 11
Views: 7857

batch taskkill doesn't work sometimes

Hallo everybody, I do not have experience with own Batch-files and have a problem with this simple code: call "iexplore.exe" "www.google.de" taskkill /im iexplore.exe call "iexplore.exe" "www.google.de" taskkill /im iexplore.exe of course google.de is only an ...