-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.Channel.SetEnvironmentVariable
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
Sub SetEnvironmentVariable(Name As String, Value As String)
Name | Type | Comment |
---|---|---|
Name |
String | The variable name. |
Value |
String | The variable value. |
Set an environment variable in the remote process space. Note that this does not make sense for all channel types and may be ignored by the server.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.