re: Question about 'Run a Shortcut from the Command Prompt'
Tuesday, February 4, 2003 at 4:09 pm Windows XP Annoyances Discussion Forum
Posted by Chris (Hunt)
(3 messages posted)
Thanks for the reply. I tried without the quotes but it didn't help. Here is the
command I used:
start K:\Shortcuts\links\tiki tiki flets.exe.lnk
The name of the shortcut is tiki tiki flets
I've also renamed the shortcut to tikiflets (tikiflets.lnk)and tried :
start K:\Shortcuts\links\tikiflets.exe.lnk
start K:\Shortcuts\links\tikiflets.lnk
Without success.
Any ideas, please?
Chris (Hunt)
On Tuesday, February 4, 2003 at 9:38 am, MEsquibel wrote:
>don't use quotes around the path....for example if your shortcut file was in this
>path... C:\testdir\shortcut.exe.lnk in your batch file you'd have..
>
>@echo off
>cls
>start C:\testdir\shortcut.exe.lnk
>end
>
>
>not
>@echo off
>cls
>start "c:\testdir\shortcut.exe.lnk"
>end
>
>even though the little tutorial show's to have quotes around the path, they are
incorrect.
>also make sure the name of your shortcut isnt "shortcut to program.exe" ;-) and
if
>it is make sure you call that exact name
>
>start C:\testdir\shortcut to program.exe.lnk
>hope this helps
|
All messages in this thread [show all]
 |  |  | re: Question about 'Run a Shortcut from the Command Prompt' (Chris (Hunt): Tue, Feb 4, 2003, 4:09 pm) |
| |
| |
| |
Return to the Windows XP Discussion Forum
|
|