Hi,
I've been experimenting with an autorun.inf file for my flash drive. I have an .exe that displays my contact information, and I want that file to run whenever the flash drive is plugged in. I'm pretty sure that's possible, but correct my if I'm wrong. I can get the icon and label commands to work fine, but the open command refuses to work.
Here's what I have so far, saved in a file titled autorun.inf on my flash drive. The .exe file is properly named as well.
Thanks for your help!
I've been experimenting with an autorun.inf file for my flash drive. I have an .exe that displays my contact information, and I want that file to run whenever the flash drive is plugged in. I'm pretty sure that's possible, but correct my if I'm wrong. I can get the icon and label commands to work fine, but the open command refuses to work.
Here's what I have so far, saved in a file titled autorun.inf on my flash drive. The .exe file is properly named as well.
Code:
[autorun]
icon=MyLogo.ico
open=ContatctInfo.exe
label=FlashDrive
Thanks for your help!