* [Issue #27285] Added to dpcmd the ability to work with pools which are mounted through a symbolic link.
Note that when when quoting paths, \" inside double quotes means that you want to pass a double quote as part of the parameter.
For example:
Command.exe 1 "C:\Folder\"
Passes the following parameters:
This is how you would pass a " as a parameter.
Command.exe 1 "C:\Folder\\"
Would pass:
- Don't quote your paths unless there's a space in it.
- If you have to, make sure to double the last backslash if it's before a double quote.