Skip to content
⌘ NSIS Forum Archive

shortcut problem

3 posts

Cerveza#

shortcut problem

I need a shortcuts
its important that the target of the shortcut looks like this:

C:\dir\javaw.exe -xmx1234567 -jar "C:\dir\to\jar" "C:\dir\to\\something"


but nsis make \\ to \
and delete all " and post one at the beginning and the end
😠

than its look like this

"C:\dir\javaw.exe -xmx1234567 -jar C:\dir\to\jar C:\dir\to\something"