Any Idea how to run a Exe on a CD to autorun..?
Printable View
Any Idea how to run a Exe on a CD to autorun..?
Do a search for autorun with my name on these forumns.
You need to create an autorun.inf file on the cd, and I don't have the syntax for it here, but have posted it many times before ...
not sure what u want here, but I think its an autorun.inf file.
make a new file in notepad
add this :
burn this file along with u'r setup and icon...Code:[autorun]
OPEN=setup.exe
ICON=test.ico
when the cd is inserted, setup.exe is automatically ran.