Fix issue MR-379 - Connection variables not working with external tools

This commit is contained in:
Riley McArdle
2013-03-07 20:26:02 -06:00
parent cd8601c7ff
commit 4510219300
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
Fixed issue MR-379 - Connection variables not working with external tools
The username and domain settings are now hidden for VNC connections since they are not supported.
Changed "Automatically get session information" to be disabled by default.

View File

@@ -122,7 +122,7 @@ Namespace Tools
.UseShellExecute = False
.FileName = ParseText(_FileName)
.Arguments = CommandLineArguments.EscapeBackslashes(_Arguments)
.Arguments = CommandLineArguments.EscapeBackslashes(ParseText(_Arguments))
End With
process.Start()