Grazie ma anche con gli apici non funzionava,
adesso ho risolto :
ho creato uno script vbs:
Set sh = CreateObject("WScript.Shell")
Set shortcut = sh.CreateShortcut("[color=red]destinazione collegamento.lnk[/color]")
shortcut.TargetPath = "%systemdrive%\xxxxxxxx\xxxxxxxx.exe"
shortcut.WorkingDirectory = "%systemdrive%\xxxxxxx"
shortcut.Save