You are not logged in.

#1 21 May 2015 13:55

winttho
New Member
Registered: 21 May 2015
Posts: 2

Script which programs automatically restarts

Hello,

why depends this script after the first command?
Internet Explorer starts in kiosk mode and then it does not continue.
Please help!

:start
"C:\Program Files (x86)\Internet Explorer\iexplore.exe" -k
goto ping

:ping
ping -n 30 localhost
goto kill

:kill
taskkill /IM iexplore.exe /F
goto start

Offline

#2 21 May 2015 14:00

foxidrive
Member
Registered: 04 Apr 2013
Posts: 339

Re: Script which programs automatically restarts

Try this:

start "" "C:\Program Files (x86)\Internet Explorer\iexplore.exe" -k

start /?
will show more info

Offline

#3 21 May 2015 14:09

winttho
New Member
Registered: 21 May 2015
Posts: 2

Re: Script which programs automatically restarts

foxidrive wrote:

Try this:

start "" "C:\Program Files (x86)\Internet Explorer\iexplore.exe" -k

start /?
will show more info

Many thanks it works! smile

Offline

Board footer

Powered by