Help with autorun
-
Help with autorun
I have a problem setting up my flash drive's autorun feature. I made an autorun.inf file. It gives the drive an icon and a label. Do you know how to get it to open a notepad file? I want to be able to plug it in and have a notepad document pop up. How??????????
-
Use this as a model:
[autorun]
open = ctrun\ctrun.exe
icon = ctrun\ctrun.ico
shell\readme = &ReadMe!
shell\readme\command = notepad \readme.1st
-
I still don't get the:
shell\readme = &ReadMe!
shell\readme\command = notepad \readme.1st
part. The .txt file is called Notice.txt. It is placed in the AUTORUN folder.