View Full Version : CD-ROM Autorun startup question
What do you put in the Autorun.inf file that will make a CD-ROM
autostart a INDEX.HTML file using Windows Internet Explorer
(iexplore) ??
Thank you
belowcost@ml1.net
mike wrote: What do you put in the Autorun.inf file that will make a CD-ROM autostart a INDEX.HTML file using Windows Internet Explorer (iexplore) ??
Put the following two lines in AUTORUN.INF:
[AutoRun]
Open=explorer.exe index.html
(Note: It's not Iexplorer.)
(Note: Don't copy Explorer.exe to the cd.)
(Note: You don't need no stinking START or SHELLOUT.)
(Note: It opens the default browser.)
Mike Richter
07-10-2003, 08:03 PM
mike wrote: What do you put in the Autorun.inf file that will make a CD-ROM autostart a INDEX.HTML file using Windows Internet Explorer (iexplore) ??
On a Win9x system, just
open=start index.html
On an NT system, you can force MSIE with
open=explorer index.html
or you can fire up the user's default browser with an auxiliary program
such as SHELLOUT.EXE (freeware at my WWW site) and
open=shellout index.html
Mike
--
mrichter@cpl.net
http://www.mrichter.com/
MyLounge.com Site Map
Forum:
Cars,
Cell Phone,
Database,
Games,
Home Improvement,
IT,
Music,
School,
Sports,
Web Design,
Web Server,
Weight Loss
The MyLounge.com forum is intended for informational use only and should not
be relied upon and is not a substitute for any advice. The information contained
on MyLounge.com are opinions and suggestions of members and is not a representation
of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for
the accuracy, completeness or usefulness of any postings or the qualifications
of any person responding. Please consult a expert or seek the services of an
attorney in your area for more accuracy on your specific situation. Please note
that our forums also serve as mirrors to Usenet newsgroups. Many posts you see
on our forums are made by newsgroup users who may not be members of MyLounge.com
Term of Service
vBulletin v3.0.7, Copyright ©2000-2008, Jelsoft Enterprises Ltd.