Recently, "Bob Arnold" wrote: > Does anyone know how, if possible, to make a file on a CD, such as an > application program or ".bat" file, automatically open when the disk is > inserted?
Sounds like you need to make an autorun.inf file. In a text editor, create a plain text document with the following text: [autorun] open = path\to\your\app\on\the\cd Name this document "autorun.inf" and place it at the root level of your CD. This should cause your app to auto-launch when the disc is loaded. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design ----- E: [EMAIL PROTECTED] W: http://www.tactilemedia.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
