File Association
Status: Alpha
Brought to you by:
v_setchin
Associate *.env files generated from variable export with EnvMan.exe. We need an ability to open files with double click and automatically import values from it into a variable.
Program will try to locate variable listed in variable name section of the file.
1) if variable does not exists it will open edit form with new variable name and values loaded from the file.
2) if variable exists it will open that variable in the edit form and import all none-existing values into it.
3) Variable with same name exists in System and User lists. Program will display a dialog box for user to choose, which variable type they want to import values to.
Logged In: YES
user_id=1595201
Originator: YES
Program should allow only one instance of it to run at the same time. If EnvMan.exe is running it should open Edit Form window in that instance. If running instance has Edit Form opened it will display a Busy message until opened edit form is closed.