Click to See Complete Forum and Search --> : AutoRun CD w/ install program
kcdjax
May 17th, 2001, 02:16 PM
How can I create a CD with an autorun file that opens a window to install various .exe files? I guess what I want is something like when you load games onto your computer. You stick the CD in and a graphical window pops up with an install button, a view contents button, and a credits button. Can someone help?
Iouri
May 17th, 2001, 02:47 PM
To make the system automatically run a program when a CD is inserted, put a file on the CD
named "Autorun.inf" and make it look like this:
[autorun]
OPEN=SETUP.EXE /AUTORUN
Replace SETUP.EXE with the program on the CD that you want to run.
Note that the user can disable the autorun feature on his PC.
Iouri Boutchkine
iouri@hotsheet.com
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.