In essence the code is meant to close Internet Explorer, and restart it upon the 5 second timeout period. But, it seems like it only executes the first part of the code successfully. Internet Explorer closes, but nothing else happens. (no errors in pulseway log). Feel free to run the code as it isn't malicious. Am I missing something to make work?
Thanks and I hope to get a response soon. I would greatly appreciate the continued support.
Hello,
I have not been able to complete the execution of this batch file. I have verified that it is indeed correct in syntax, as it runs locally just fine.
TASKKILL /f /im iexplore.exe CD "C:\Program Files (x86)\Internet Explorer" timeout /t 5 start iexplore.exe
In essence the code is meant to close Internet Explorer, and restart it upon the 5 second timeout period. But, it seems like it only executes the first part of the code successfully. Internet Explorer closes, but nothing else happens. (no errors in pulseway log). Feel free to run the code as it isn't malicious. Am I missing something to make work?
Thanks and I hope to get a response soon. I would greatly appreciate the continued support.