Home » questions » how can i make auto run for a cd?

how can i make auto run for a cd?

2006-08-12 01:46:05, Category: Programming & Design
do anyone know how can i make auto run for a cd. plz i need specifications. is their any software for that and how can i do it.

Answers

  1. do_rin_entertainment

    On 2006-08-12 02:00:53


    if you wish to mahe an autorun cd, all you have to do is to create a file named "autorun.inf" and put it in the root folder of your cd. here an autorun.inf file model: ----------------------- [autorun] open=MyAllpicationFolder\MyStartProgram.exe icon=MyIconFolder\MyIconLibrary.dll,0 -------------------------------------- ps: icon can also be "blabla.exe" or "blablabla.ico" or whatever icon you waht to put. ps for laser: not even close, man... i do not want to offend you, sory if you felt like that.
  2. Laser

    On 2006-08-12 01:51:11


    its a .bat file.... you need to know how to write up an auto.bat file to do it
  3. Rahul

    On 2006-08-12 02:03:26


    u need to place an AUTORUN.INF file in the cd's root directory.. to make an autorun.inf file u have to open notepad and type [autorun] open=(application name) icon=(icon name) the application name must not contain any spaces (Eg. "applicationone.exe" is right and "application one.exe" is wrong) same applies to the icon.. if the application is in the root directory then just type in the name of the application, if it is in some directory then type "open=directory/applicationone.exe" same applies to the icon also. then save this text file as autorun.inf and place it in the root directory of the cd. u cannot open anything other than applications on a cd autorun. it will work, i assure!!!