PDA

View Full Version : IE in Kiosk Mode



Geetesh Bajaj
06-30-2001, 09:34 PM
I'm trying to create an autorun splash with AMS 3 - the execute statement I need to provide from the root of the drive is:

iexplore -k xyz.html

AMS allows me only 1 parameter, either -k, or xyz.html. How can I include both.

------------------

Matthew Walters
07-02-2001, 04:46 AM
You could try creating a custom variable, then pass this to IE.

eg: %myvar% = "-k abc.html"

I haven't tried it so i don't know!

Mark
07-03-2001, 08:45 AM
Hi,
You can do this in AutoPlay using an action that looks like this:

Filename: iexplore
Arguments: -k xyz.html

AutoPlay accepts as many arguments as you want, the only stipulation is that they all have to be on the same line.

mark.