Send Shortcut to Menu

I would like to create a "Send Shortcut to" menu with the option to send a shortcut of the active directory to any of the directories I’ve predefined in this menu.

The step I don't know how to do is creating a button to send a shortcut for the current/active directory address to a pre defined target directory set to that button.

Example: If I click a button that says "Projects" it should send a shortcut of the active directory to the "Projects" directory/folder in one simple step without having to open and drag a shortcut to the "Projects" folder.

Any help is appreciated!

This is how to do it:

Copy {sourcepath$} TO "C:\Some Path\Projects" MAKELINK

(It won't work from the root of a drive but should work everywhere else.)

That was fast...and it works perfectly.
Thanks Leo! :smiley: