Create Autoplay Options in CD/DVD

Hi guys,
    I m going to tell you how to create your own autoplay cd’s/dvd’s.It’s so
simple.

For Windows ( What to do?? For the customers we need to do it for windows too ):

      1.Create two files named as autorun.inf and autostart.bat
      2.The contents should be like this :
          /* autorun.inf */
         [autorun]
         open=autostart.bat
         icon=LOGO1.GIF

         /* autostart.bat */
        @echo Created By Balachandar.K.M
        @start home.html
        @cls
        @exit

For Linux ( I tested it in ubuntu 8.04 )
      1.Create two files named as autorun.inf and autostart.sh
      2.The contents should be like this :
         /* autorun.inf */
         [autorun]
         open=sh autostart.sh
         icon=LOGO1.GIF

         /* autostart.sh */
         #!/bin/bash
         firefox home.html &

      3.Just tailor the above files for your need and put it into the cd/dvd.You can
replace the home.html file with any .exe or .html or .swf file.
                               cheers.

Advertisement

Leave a Comment

No comments yet.

Comments RSS TrackBack Identifier URI

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.