Can I somehow modify the default shortcut name?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
andreasf
Posts: 16
Joined: 29 Nov 2017 12:37

Can I somehow modify the default shortcut name?

Post by andreasf »

Hello,

I create links (e.g. symbolic) quite often. When you go to Paste Special -> Symbolic you get a dialog to type in the file name, and it automatically starts with "SymLink to <filename". Is there any way to get rid of the "SymLink to" permanently instead of manually deleting it every time?

EDIT: Ultimately, I want to get rid of the dialog box completely and just paste the link. This happens for Hard links already, but not Symbolic links.

highend
Posts: 13317
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Can I somehow modify the default shortcut name?

Post by highend »

One of my scripts helped you out? Please donate via Paypal

andreasf
Posts: 16
Joined: 29 Nov 2017 12:37

Re: Can I somehow modify the default shortcut name?

Post by andreasf »

Yes thank you! Where is this information shown? I can't find it in the help file.

This is exactly what I needed:

Code: Select all

CreateSymlinkPrefix=" "
CreateSymlinkPrompt=0

highend
Posts: 13317
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Can I somehow modify the default shortcut name?

Post by highend »

Most of the tweaks aren't officially documented

This one comes from here:
viewtopic.php?p=72395#p72395
One of my scripts helped you out? Please donate via Paypal

andreasf
Posts: 16
Joined: 29 Nov 2017 12:37

Re: Can I somehow modify the default shortcut name?

Post by andreasf »

highend wrote:Most of the tweaks aren't officially documented

This one comes from here:
viewtopic.php?p=72395#p72395
Ok thanks, I'll keep that in mind.

Post Reply