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 example, the programm should reactivate a hardware with the iExplorer. It works, BUT:
If there is an Internet Explorer open, all run perfectly. (new window is open, close and another one also open and close. The iExplorer which was already open doesn't close or something else.)
My Problem:
If there is no iExplorer already open,
the first Explorer starts and wait until Ii manual close it. Then The second one is open and also wait until closing.
Please help me, where is the problem?

ng princess