Added command to v17 : svn revision: 51475
Added command to v18 : svn revision: 51474
You can now set a FluidShell variable to an OS environment variable with the commands :
C:\Users\niels$:1> printenv username
niels
C:\Users\niels$:1> set MYUSERNAME=`printenv username`
C:\Users\niels$:1> set | grep MYUSERNAME
MYUSERNAME=niels
C:\Users\niels$:1>
You can now set a FluidShell variable to an OS environment variable with the commands :
C:\Users\niels$:1> printenv username
niels
C:\Users\niels$:1> set MYUSERNAME=`printenv username`
C:\Users\niels$:1> set | grep MYUSERNAME
MYUSERNAME=niels
C:\Users\niels$:1>
Verified in ADS v18.0.0-alpha-2 and v17.0.10-1
Verified in ADS v18.0.0-alpha-2 and v17.0.10-1
Issue #14780 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build v17.0.10-1, v18.0-devi-261 |
No time estimate |
Added command to v17 : svn revision: 51475
Added command to v18 : svn revision: 51474