Variable Reader Writer Program
Here is a Windows Environment Variable Reader and Writer. With this program you can read the environment variables that you will see if you type "set" in a command prompt. You can also create new environment variables using this program, it does this using regedit.
Contents
Windows Environment Variable Reader Writer.exe Compiled Windows Binary
Source\Main.vi Main VI which reads and writes environment variables.
Source\Readme.txt Text file which illustrates the proper license to this application.
Source\Regedit.ctl LabVIEW Control, it is a custom boolean control.
Source\SubReadVariables.vi Sub-VI which reads the variables from a set command.
Download
Download the zip file and extract it. If you don't have the LabVIEW 8.2 Run-time Engine you must download and install it before you will be able to run the executable. The zip also contains the souce code.