Hello:
I'm trying to massage a script in order to place a lnk to
lotus notes on the desktop and copy to program files
as well.
The problem is the target parameters keep appearing with
quotes.
This makes the target info invalid and the shortcut can't
launch notes.
Here's the code which produces these target params
MyShortcut.TargetPath = WSHShell.ExpandEnvironmentStrings
("C:\Notes\Notes.exe" & " " & "=m:\notes\data\notes.ini"
Note: I added the & " " & to include the space before "=m
but this only pulls the qoutes and places them at
both ends which is what I'm trying to avoid.
"C:\Notes\notes.exe =m:\notes\data\notes.ini" without
quotes is the goal here.
At the same time, I need the space in the shortcut
properties.
Heeellllpppp!
Thanks for any assistance or info...
I'm trying to massage a script in order to place a lnk to
lotus notes on the desktop and copy to program files
as well.
The problem is the target parameters keep appearing with
quotes.
This makes the target info invalid and the shortcut can't
launch notes.
Here's the code which produces these target params
MyShortcut.TargetPath = WSHShell.ExpandEnvironmentStrings
("C:\Notes\Notes.exe" & " " & "=m:\notes\data\notes.ini"
Note: I added the & " " & to include the space before "=m
but this only pulls the qoutes and places them at
both ends which is what I'm trying to avoid.
"C:\Notes\notes.exe =m:\notes\data\notes.ini" without
quotes is the goal here.
At the same time, I need the space in the shortcut
properties.
Heeellllpppp!
Thanks for any assistance or info...