Hope this is not a repost, I can do this from DOS with a batch file 'Start "C:\...\iexplore.exe", "some http link"'
And it works fine, I want to add this to the Right Click context menu when I click on a file of type n from windows explorer/folder view.
I have looked through the registry trying to come up with an idea of how it works, but I just keep going in circles. I did open with and it added the x.bat to the context menu,
and this to the registry HKEY_CLASSES_ROOT\Applications\substring.bat\shell\open\command\Default\"D:\DOS\Test\substring.bat" "%1".
I would like to display an alias in the context menu not the batch file name.
Thanks,
And it works fine, I want to add this to the Right Click context menu when I click on a file of type n from windows explorer/folder view.
I have looked through the registry trying to come up with an idea of how it works, but I just keep going in circles. I did open with and it added the x.bat to the context menu,
and this to the registry HKEY_CLASSES_ROOT\Applications\substring.bat\shell\open\command\Default\"D:\DOS\Test\substring.bat" "%1".
I would like to display an alias in the context menu not the batch file name.
Thanks,