Edwin Posted December 25, 2002 Report Posted December 25, 2002 Can someone help me with the autorun feature? I coded it as shown in the FAQ, but it does not work. Any ideas? Quote
boxig Posted December 25, 2002 Report Posted December 25, 2002 Hi Edwin,Example: your presentation is called: xxx.exe.1. Open Notepad.2. Write:[autorun]open=xxx.exe3. Save file as: autorun.txt4. Change file name to: autorun.inf5. autorun.inf and xxx.exe must be in the root of the CD. If you put your presentation in a folder and burn the folder then:if folder name "Presentation"[autorun]open=Presentation\xxx.exein this case and always the autorun.inf must be in the root of the CD (not in the folder).If you want Explorer to show your icon you write:[autorun]open=xxx.exeicon=xxx.exe,0 (that is zero)if you add your icon to the root of the CD you can write:[autorun]open=xxx.exeicon=zzz.icowhen zzz.ico is your icon name.Read the full story here:http://msdn.microsoft.com/library/default....toplay_cmds.aspand some more examples here:http://www.moonvalley.com/products/romwith.../autoruninf.htmThat's all I know, hope it works for you. Quote
anthrodoc Posted December 25, 2002 Report Posted December 25, 2002 ...and be sure to determine that autorun is enabled on your system!Brian (I only say this, because I spent several frustrating hours one day racking my brain trying to figure out what I was doing "wrong"... only to realize that the autorun feature on my Win98 system was shut off! (I had created the slideshow on my WinME laptop).Good luck,Brian Quote
fuzzy Posted December 27, 2002 Report Posted December 27, 2002 and make sure you aren't using two or more words as the title. That didn't work for me.fuzzy Quote
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.