Command Reference - Action Examples
|
Actions used: |
In this example, we use a "File - Execute" action to open a web page in Internet Explorer's kiosk mode. In kiosk mode, Internet Explorer goes full screen with no toolbars or window border or title bar or anything.
To do this, we just need to run iexplore.exe (which is the name of Internet Explorer's program file) and pass it two things:
The -k command line option, which tells Internet Explorer to start up in kiosk mode.
The URL of the web page (or the path the to local file) that you want to open.
(For this example, we used http://www.indigorose.com as the URL, to open the Indigo Rose web site.)

|
TIP |
|
|
|
|
|
With no title bar in kiosk mode, Internet Explorer doesn't
even have a close gadget ( |
For more information on Internet Explorer's kiosk mode, try this google search.