Jump to content
WnSoft Forums

Help With Autorun??


Edwin

Recommended Posts

Hi Edwin,

Example: your presentation is called: xxx.exe.

1. Open Notepad.

2. Write:

[autorun]

open=xxx.exe

3. Save file as: autorun.txt

4. Change file name to: autorun.inf

5. 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.exe

in 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.exe

icon=xxx.exe,0 (that is zero)

if you add your icon to the root of the CD you can write:

[autorun]

open=xxx.exe

icon=zzz.ico

when zzz.ico is your icon name.

Read the full story here:

http://msdn.microsoft.com/library/default....toplay_cmds.asp

and some more examples here:

http://www.moonvalley.com/products/romwith.../autoruninf.htm

That's all I know, hope it works for you.

Link to comment
Share on other sites

:rolleyes: ...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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...