Topic awaiting preservation: Creating an autorun feature to a burned CD |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: |
posted 11-29-2005 22:52
All right, chalk this one up to something that I probably should be able to just google. (Whoops) |
Nervous Wreck (II) Inmate From: Sweden |
posted 11-29-2005 23:06
I think all you have to do is to create a file (in the same directory as the one you want auto-opened) called "autorun.ini". code: open=[the file you want to open]
code: open=file.html
|
Maniac (V) Inmate From: raht cheah |
posted 11-30-2005 00:27
I use this and it seems to work flawlessly on any Windows system I've tried |
Paranoid (IV) Inmate From: Florida |
posted 11-30-2005 00:39 |
Nervous Wreck (II) Inmate From: Sweden |
posted 11-30-2005 08:17
Ah'right. I was *mostly* right anyway ;) |
Paranoid (IV) Inmate From: Florida |
posted 11-30-2005 09:57
you're talking about Windows-users here, mNinjae |
Nervous Wreck (II) Inmate From: Schwäden |
posted 11-30-2005 10:03
quote:
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 11-30-2005 17:50
The other trick is that the autorun can't launch external programs (external to the CD). So you need to run an application from the CD which is why you need the extension such JKMabry suggestted |
Nervous Wreck (II) Inmate From: |
posted 12-01-2005 01:56
Thanks all. I have yet to try this, but it looks like I'm quite positively on the right track now. You guys rock. |