Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Auto Boot a Web Page from a CD  (Read 6339 times)

0 Members and 1 Guest are viewing this topic.

Macka

  • Guest
Auto Boot a Web Page from a CD
« 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

Conor_Callahan

  • Guest
Re: Auto Boot a Web Page from a CD
« Reply #1 on: July 23, 2004, 06:25:56 PM »
Autorun.inf

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

Thanks,
Conor Callahan
President, ComputersNOW

Corrosive

  • Guest
Re: Auto Boot a Web Page from a CD
« Reply #2 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