How to create autorun file
How autorun files are being created ?
Initially you do not need any extra tools for creating
an autorun file,just a notepad can do this job for you.
Open a notepad from run command by pressing "
WinKey+R " and then by typing "notepad" and click "ok".
An autorun files starts with the name autorun which is
placed within the square brackets so that the compiler can understand that it
is an autorun file , like this :
[autorun]
Few commands that can be used inside the autorun files
are :
label = Some drive
The label command is used to set a drive
name for your device.
icon = someicon.ico
Specific icon can be set for your
drive.If you need a .ico files you can get it from here : IconArchieve
open = filename.exe
Use the command to open any files that
are stored inside your pendrive.
Comments
Post a Comment