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.

Leave a Comment
No comments yet.
Comments RSS TrackBack Identifier URI
