Computing.Net > Forums > Programming > Autorun.inf and Autorun.exe in CD

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Autorun.inf and Autorun.exe in CD

Reply to Message Icon

Name: LORENZO
Date: June 11, 2003 at 09:13:54 Pacific
OS: W98
CPU/Ram: Pentium II
Comment:

Hello, I'm a newbie at programming so I need to know how I can create an AUTORUN CD-ROM file in order to execute the main index.htm file. All the other CD-ROM files are .HTM.
Thanks a lot !!!

Jeronimo



Sponsored Link
Ads by Google

Response Number 1
Name: jag mafer
Date: June 11, 2003 at 11:35:41 Pacific
Reply:

[autorun]
open=explorer index.htm

That in your autorun.inf...
Should work - opens index.htm in windows explorer, which realizes its html and opens in internet explorer. :)
Hope that works..
Jag


0

Response Number 2
Name: Quato
Date: June 24, 2003 at 11:45:10 Pacific
Reply:

Can I have 2 'open' command in autorun.inf ?
in another words, is the following correct?
(assuming readme.txt and sliceshow.exe, a small executable in a folder on the cd-rom called 'my pictures')

[autorun]
open=my pictures\sliceshow.exe
open=my pictures\readme.txt

Tony


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Autorun.inf and Autorun.exe in CD

VB and Open EXE from CD www.computing.net/answers/programming/vb-and-open-exe-from-cd/12088.html

Autorun in CD-ROM www.computing.net/answers/programming/autorun-in-cdrom/6762.html

Auto run (for CD) program in vb6 www.computing.net/answers/programming/auto-run-for-cd-program-in-vb6/11433.html