L
Lee
Hi,
I have created an application that i wish to launch after a file has
been right clicked, and then a menu item selected. For this i used a
registry tweak similar to this one for opening a command prompt;-
[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt]
@="Open Command Window Here"
[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt\command]
@="cmd.exe /k pushd %L"
but the one i have used operates on files rather than directories, I
also want this to happen when i select more than 1 file. At the
moment if i select more than 1 file a new version of the application
gets launched for each file. I would rather have 1 app version
launched but with the list of selected files passed to it. but i am a
bit stuck .... can anyone help me with this?
thanks in advance
lee
I have created an application that i wish to launch after a file has
been right clicked, and then a menu item selected. For this i used a
registry tweak similar to this one for opening a command prompt;-
[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt]
@="Open Command Window Here"
[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt\command]
@="cmd.exe /k pushd %L"
but the one i have used operates on files rather than directories, I
also want this to happen when i select more than 1 file. At the
moment if i select more than 1 file a new version of the application
gets launched for each file. I would rather have 1 app version
launched but with the list of selected files passed to it. but i am a
bit stuck .... can anyone help me with this?
thanks in advance
lee