diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-12-13 13:36:36 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-12-13 13:36:36 +0200 |
| commit | dd8771c870ca1130b86f76e3b9c4e83cd50e5f26 (patch) | |
| tree | 9f7504c3cded54b8553faee66ae01025aea74c91 /Software/Visual_Studio/PPC/Tango.PPC.Common/Scripting | |
| parent | 9c7f5ee1554c97f34eb7fa6478b918bcad7b7bde (diff) | |
| parent | 83483b721876c87151ffd73b1aa3d73a9fabc339 (diff) | |
| download | Tango-dd8771c870ca1130b86f76e3b9c4e83cd50e5f26.tar.gz Tango-dd8771c870ca1130b86f76e3b9c4e83cd50e5f26.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Scripting')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Scripting/CmdCommand.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Scripting/CmdCommand.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Scripting/CmdCommand.cs index 2ee0d83d9..abae98f06 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Scripting/CmdCommand.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Scripting/CmdCommand.cs @@ -29,6 +29,7 @@ namespace Tango.PPC.Common.Scripting _process.StartInfo.RedirectStandardError = true; _process.StartInfo.RedirectStandardOutput = true; _process.StartInfo.Arguments = arguments; + _process.StartInfo.Verb = "runas"; Arguments = arguments; } |
