Using VBS on Linux to get environment variables
I have a VBS utility that I am using on Linux.
Does anyone know if it's possible to access some environment variables with this script? This doesn't seem to be working at all.
Does anyone have an example of how this could be done? As far as I know, there is no way to even pass arguments to the script (it can't be run from the command line).
|