Hi I'm trying to write an msdeploy command that contains two strings within the runcommand part of the command.
msdeploy.exe -verb:sync -source:runCommand="^"c:\opensesame\opensesame.cmd^" ^"c:\windows\system32^"" -dest:auto
I was trying to escape the quotes with the carats.
Basically what's suppose to happen is opensesame is called and the path is passed to it so it can open the calculator.
I'm guessing I don't have the right escape character?