Win2K IE6 in kiosk mode

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm setting up a few PCs to be public ecommerce kiosks.

I've created a kiosk.bat file in startup ...
iexplore.exe -k www.mysite.com

but the OS won't accept the command. I've also edited the IE shortcut
properties but can't save it. Is this the right way to do this or can
someone give me a link or registry key to safely launch this?

Thanks
 
I'm setting up a few PCs to be public ecommerce kiosks.

I've created a kiosk.bat file in startup ...
iexplore.exe -k www.mysite.com

Place the batch in your Internet Explorer folder and add
http:// so you have:

iexplore -k http://www.mysite.com
but the OS won't accept the command. I've also edited the IE shortcut
properties but can't save it. Is this the right way to do this or can
someone give me a link or registry key to safely launch this?

Similar to above. The target should look like:

"c:\Program Files\Internet Explorer\IEXPLORE.EXE" -k
http://www.mysite.com

without the obvious line wrap.

Art

http://home.epix.net/~artnpeg
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top