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
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 !!!
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')
Summary: Heres the situation. I want to put my VB6 program onto a CD and have it autorun(I know how to do that) but certain buttons in my program have to open EXE files. The program works great from my c: bu...
Summary: just make a file called "Autorun.inf" and then in the file put this: [AUTORUN] OPEN=File.html Here...some microsloft info on the subject. Gives you some commands and stuff: http://msdn.microsoft.com/l...
Summary: It says "for CD" in the title, so the former solution would be the correct one... I should note that the textfile should be named "autorun.inf", and be placed in the root folder of the CD (ie. D:\auto...