L
Larry Serflaten
I've looked everywhere it would normally be expected, but I cannot find
a listing of acceptable Registry symbols.
For example, the value of the Open command for notepad is:
notepad.exe "%1"
That particular "%1" symbol means to pass the first argument in the argument list.
That is very similar to batch file symbols, but, for Windows Media player, the
Open command is more like:
"C:\<path>\mplayer2.exe" play "%L"
My guess is that is supposed to launch the player, pass it the 'play' switch
followed by the Long name of the first argument in the argument list.
The %n symbols are not the same as those for a batch file. The batch
file (for example) does not use %L and the registry does not accept %*
which is the symbol I am wanting to use! Where is the documentation
that will tell me exactly what I can use on my Win2K system?
Why is this information so hard to find on MSDN???
LFS
a listing of acceptable Registry symbols.
For example, the value of the Open command for notepad is:
notepad.exe "%1"
That particular "%1" symbol means to pass the first argument in the argument list.
That is very similar to batch file symbols, but, for Windows Media player, the
Open command is more like:
"C:\<path>\mplayer2.exe" play "%L"
My guess is that is supposed to launch the player, pass it the 'play' switch
followed by the Long name of the first argument in the argument list.
The %n symbols are not the same as those for a batch file. The batch
file (for example) does not use %L and the registry does not accept %*
which is the symbol I am wanting to use! Where is the documentation
that will tell me exactly what I can use on my Win2K system?
Why is this information so hard to find on MSDN???
LFS