2009/09/03

Using AutoRun with a USB Flash Drive (SamLogic CD-Menu Creator - Article)

Using AutoRun with a USB Flash Drive (SamLogic CD-Menu Creator - Article)
Nice article on how to setup a USB drive to autorun.
Basically include text file called Autorun.inf file on your drive with the following lines:

[AutoRun]
OPEN=
ICON=
ACTION=
LABEL=

After OPEN you put the name of the program you want to start
After ICON you put the name of the file that has an icon that you want to use for the drive
After ACTION you put in plain text a description of what your program will do for the end user
After LABEL (optional) you put a "name" for your USB Drive

For more details, check out Microsoft's page.

No comments: