timmera Posted May 29, 2006 Report Share Posted May 29, 2006 I want to burn a number of different XML-files on a cd. When someone opens the cd, there is one specific file that has to be shown at first. Anybody knows how to do that? Quote Link to comment Share on other sites More sharing options...
Chris Posted May 29, 2006 Report Share Posted May 29, 2006 Whats the file name?...and yes it can be done. Quote Link to comment Share on other sites More sharing options...
timmera Posted May 29, 2006 Author Report Share Posted May 29, 2006 Whats the file name?...and yes it can be done.The name of the file is index.html Quote Link to comment Share on other sites More sharing options...
timmera Posted June 12, 2006 Author Report Share Posted June 12, 2006 Whats the file name?...and yes it can be done.Hello Chris, see my answer, can you pse help me further? Quote Link to comment Share on other sites More sharing options...
cozofdeath Posted June 12, 2006 Report Share Posted June 12, 2006 Since autorun only run applications and an html file is considered a document your going to have to do something different. One option would be to add a batch file where your autorun file is. To do that open notepad and type this in it "@start index.html" without the quotes and save it with a .bat extension instead of a .txt and make the Save as type: to be all files. Then in your autorun file add the line "open=name of your .bat file" without the quotes. The second option would be to download a program like WinOpen and put it where your autorun file is then adding this line to your autorun file "open=winopen \index.html" without quotes. Quote Link to comment Share on other sites More sharing options...
timmera Posted June 20, 2006 Author Report Share Posted June 20, 2006 Thanks, I'll try it as specified. I will inform you about the results. Quote Link to comment Share on other sites More sharing options...
timmera Posted September 5, 2006 Author Report Share Posted September 5, 2006 Since autorun only run applications and an html file is considered a document your going to have to do something different. One option would be to add a batch file where your autorun file is. To do that open notepad and type this in it "@start index.html" without the quotes and save it with a .bat extension instead of a .txt and make the Save as type: to be all files. Then in your autorun file add the line "open=name of your .bat file" without the quotes. The second option would be to download a program like WinOpen and put it where your autorun file is then adding this line to your autorun file "open=winopen \index.html" without quotes.I used the 2nd option, it worked fine. Thanks for the advice. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.