If I wanted to use this on a remote computer, the command would be:
cacls "\\RemoteComputer\C$\Program Files\My Program" /T /E /G "Authenticated Users":C
If the variable for the remote computer is strComputer, what would I need to do in order to accomodate the \\, and what would the final...