B
Bill
I want to be able to select multiple files from a directory and then send
them to my application as a command line. I am able to get this working in
the sense that if I select 10 files it starts 10 instances of my
application. What I want is it to start it once and have all the selected
files passed in as arguments.
Is this possible?
I am using the below registry entry now but like I said it opens 10
instances instead of just 1 with 10 parameters.
HKEY_CLASSES_ROOT\mp3file\shell\Create Playlist\Command
@='myapplication.exe "%L"'
them to my application as a command line. I am able to get this working in
the sense that if I select 10 files it starts 10 instances of my
application. What I want is it to start it once and have all the selected
files passed in as arguments.
Is this possible?
I am using the below registry entry now but like I said it opens 10
instances instead of just 1 with 10 parameters.
HKEY_CLASSES_ROOT\mp3file\shell\Create Playlist\Command
@='myapplication.exe "%L"'