Hello
i want to make a shortcut to a exe with dots in the name
the vbs snippet:
Set objShell=WScript.CreateObject("Wscript.Shell")
Set objShortcut=objShell.CreateShortcut("C:\Users\Public\Desktop\SGS_Autoversand.lnk")
objShortcut.TargetPath="V:\versand\SGS\VLS-Binary\Sgs.XXXXX.AutoVersand.exe"
objShortcut.Description="bla bla"
objShortcut.WorkingDirectory="V:\versand\SGS\VLS-Binary\"
objShortcut.Arguments = "-Ini V:\versand\SGS\VLS-Daten\INIT\TNR_12\Autoversand.ini"
objShortcut.Save
the shortcut produced was: V:\versand\SGS\VLS-Binary\Sgs.exe
what can i do?
thanks
Rainer
i want to make a shortcut to a exe with dots in the name
the vbs snippet:
Set objShell=WScript.CreateObject("Wscript.Shell")
Set objShortcut=objShell.CreateShortcut("C:\Users\Public\Desktop\SGS_Autoversand.lnk")
objShortcut.TargetPath="V:\versand\SGS\VLS-Binary\Sgs.XXXXX.AutoVersand.exe"
objShortcut.Description="bla bla"
objShortcut.WorkingDirectory="V:\versand\SGS\VLS-Binary\"
objShortcut.Arguments = "-Ini V:\versand\SGS\VLS-Daten\INIT\TNR_12\Autoversand.ini"
objShortcut.Save
the shortcut produced was: V:\versand\SGS\VLS-Binary\Sgs.exe
what can i do?
thanks
Rainer