mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Fix issue MR-379 - Connection variables not working with external tools
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ Namespace Tools
|
||||
.UseShellExecute = False
|
||||
.FileName = ParseText(_FileName)
|
||||
|
||||
.Arguments = CommandLineArguments.EscapeBackslashes(_Arguments)
|
||||
.Arguments = CommandLineArguments.EscapeBackslashes(ParseText(_Arguments))
|
||||
End With
|
||||
|
||||
process.Start()
|
||||
|
||||
Reference in New Issue
Block a user