Use workstation configuration in Windows 95 (AREV Specific)
At 11 JUN 1998 11:57:54AM Jackie Gris wrote:
How do I set up a workstation running Windows 95 to use a configuration INI file?
Thanks for your help
Jackie
At 11 JUN 1998 01:08PM Jeff Blinn wrote:
How do I set up a workstation running Windows 95 to use a configuration INI file?
You need to set an environment variable (as you would with other types of workstations). In the autoexec.bat file, add a line like:
SET AREV=x:\path\name.INI
where the path\name points to the INI file you want that workstation to use. This sets the environment variable AREV to the path\filename of the INI file to use. When ARev runs it checks this variable, and uses the named INI file if it's set.
Jeff