Hello Everyone
I have a script that creates a desktop shortcut. In the targetpath I need to remove all quotes, so instead of
"c:\MyDirectory\MyProgram.exe"
I would like it to read
c:\MyDirectory\MyProgram.exe
I think windows puts the quotes there by default. Is there a way to strip the quotes out? Thanks.
I have a script that creates a desktop shortcut. In the targetpath I need to remove all quotes, so instead of
"c:\MyDirectory\MyProgram.exe"
I would like it to read
c:\MyDirectory\MyProgram.exe
I think windows puts the quotes there by default. Is there a way to strip the quotes out? Thanks.