I have a itility flash drive with multiple batch scripts on it for various things. I want it to display an autorun menu when plugging it in with options to run a few of the most recently used ones... I know how to make an autorun menu for one item, but is there a way to make one for two?
Here's the autorun.inf file I currently am using:
Code:
[autorun]
icon=\util.ico
open=scan.bat
icon=\util.ico
action=Scan for Malware
I want to add a second option that will execute the filecopy.bat script, using a different icon if possible. Is there a way to do this?