Skip to content
⌘ NSIS Forum Archive

Displaying forward slash '/' in the Windows Startup menu

2 posts

kishore#

Displaying forward slash '/' in the Windows Startup menu

Hi,

How could I print forward slash '/' in the Shortcut using CreateShortCut Directory ? I want to have the short to look as below.

Windows Start Menu -> ABC/XYZ -> S1.

As the directive:

CreateShortCut "$SMPROGRAMS\ABC/XYZ\S1" "notepad C:\S1.txt"

does not create the expected start menu. Please help.

Thanks,

Kishore.
n0On3#
I am not sure of what you mean, but are you aware that this character ('/') can not be used in file or folder names?