How to get rid of " - Shortcut" from new shortcut filename

When I create a shortcut of a file using the command Copy MAKELINK HERE, it appends " - Shortcut" to the filename of the shortcut. How can I change it so that it just uses the filename without appending anything? I created a rename present that does this and tried adding that to the shortcut command but it didn't work.

Try following:

Copy MAKELINK AS="{file|noterm}.lnk"

Bingo! Thanks.