I have a client who wants to burn 100 copeis fo their website and post it off to various people, with the webiste set to open when the cd is put in the slot.
How to burn the CDs or how to have it run automatically?
To have it run automatically on Windows PCs just create a text file named "autorun.inf" and put the following in it:
Code:
[AutoRun]
shellexecute=Open_Me.htm
Where it says "Open_Me.htm" put the name of your main page.
When I've done it I put the whole site inside a folder and then created a new page called "Open_Me.htm" that's a splash page, one that links to the main page of the site (like "index.htm" inside the folder. That way if the user doesn't have Autorun turned on or if s/he isn't on a Windows PC there's still an obvious thing to do: open the file called "Open_Me".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.