Wednesday 15 June 2011

Make an Autorun CD


Hi Friends!
Have you ever noticed whenever you insert any game or software CD (consider Windows XP Operating system) it automatically runs the CD.
If you want to make the same type of autorun CD then follow these steps:
1, Open Notepad.
2, Write the following code in it:
[autorun]
OPEN=INSTALL\myfile.exe
3, Replace the myfile.exe with the name of file you want to run or you can give the path of the file, and make sure that this file is present at the correct path.
       Example:
[autorun]
OPEN=INSTALL\websecuritygeek\games\mario.exe
4, Save this notepad file as autorun.inf (make sure not to save it as autorun.txt).

5, Burn this file along with otherfiles into a CD.

6, You are done, next time you insert the CD, this file will autoplay.

Hope you liked this post, if you want to ask questions related to it, feel free to comment below.

No comments:

Post a Comment