goto shorthand
Posted: 17 Feb 2017 15:07
I just wonder if the documentation for the "Goto-Shorthand" in script files is correct:
If I understand it correctly the doc says that
"C:\WINDOWS\SoundMan.exe|*" goto "C:\WINDOWS\SoundMan.exe";
is equivalent to
C:\WINDOWS\SoundMan.exe
But it seems to me that specifying a file path (in contrast to a directory)
actually "starts" the file whereas goto always locates/focuses its first argument.
If I understand it correctly the doc says that
"C:\WINDOWS\SoundMan.exe|*" goto "C:\WINDOWS\SoundMan.exe";
is equivalent to
C:\WINDOWS\SoundMan.exe
But it seems to me that specifying a file path (in contrast to a directory)
actually "starts" the file whereas goto always locates/focuses its first argument.