Chat & Social > The Bar - General Chat
Computer Programming Help
(1/1)
Mace:
Can anyone tell me how to write an autorun program for CD's etc, you know like the ones that come on installation discs. I quite simply want to put info onto a CD and have an autorun options window pop up with menu choices when the CD (or flash) drive is inserted.
Many Thanks
strapping young lad:
create a file called autorun.inf then in it the path to the executable (this is easier if the file is on the root of the cd)
save it then burn onto cd along with the rest of the data
Horness:
PM'd - A tool to do just the job, inc. the menu and graphics etc.
Horness
MTyrrell:
Open notepad and add the following text, change setup.exe to the executable you want to start.
--- Code: ---[autorun]
OPEN=setup.exe
--- End code ---
Then save the file as autorun.ini in to the root directory of the CD.
Simple as that!
smo:
The really easy way is to tock the "bootable cd" tick box in Nero or whatever software you use, otherwsie do it the manual way as above :)
Navigation
[0] Message Index
Go to full version