I’m looking for a method to achieve the following in Windows Explorer:
o Right-click a file (in right pane) and select an item from context menu “Create Shortcut in XYZ”.
“XYZ” is an existing path, which I’d like to “hard code”, so in reality it might read “Create Shortcut in E:MyStuff”
o Have a simple input dialog open and type in a descriptive name.
o Have the new shortcut appear as requested.
In short, it would work something like “Send To” -> “MyStuff as Shortcut”, followed by the dialog. I have used a couple of context menu enhancements that take user input, like Create a New Directory and Copy To Clipboard, but I was hoping to get away with something simpler, that I didn’t have to program.
Suggestions appreciated,
Alan