Computer Hope

Internet & Networking => Web design => Topic started by: Macka on June 30, 2004, 09:51:25 PM

Title: Auto Boot a Web Page from a CD
Post by: Macka on June 30, 2004, 09:51:25 PM
I am looking for assistance with creating a bacth file that will auto run a web page from a CD ;D
Title: Re: Auto Boot a Web Page from a CD
Post by: Conor_Callahan on July 23, 2004, 06:25:56 PM
Autorun.inf

http://www.ashzfall.com/products/autorun/

Thanks,
Conor Callahan
President, ComputersNOW
Title: Re: Auto Boot a Web Page from a CD
Post by: Corrosive on August 13, 2004, 03:08:15 PM
A seperate program really isn't necessary. You can manually code an autorun.inf file for yourself in Notepad. Just type:

[autorun]
OPEN=YourFile.exe

and save it as autorun.inf. (you'll need to put it in quotes in the Save As box, or it will save as autorun.inf.txt).

A small word of caution: you can only autorun executable files, ie files with "*.exe" or "*.pif" extensions. You could run Internet Explorer and pass the file location as a parameter, but this would only work if people have said browser installed in the same directory.

Mind you, most people don't change where IE is installed, so it should work for most users