SETENV.EXE 16-bit DOS MODE
Purpose Set environment variables in both the current and master environments.
Description This program works like the SET command used in batch files. The one difference is that it can be used to set environment variables in the master environment so that they will available in all subsequent DOS windows.


  SETENV version 2.00    written by Lincoln Jaros

      setenv [options] KEYNAME1=VALUE1 KEYNAME2=VALUE2...

        Options:

        -a             make modifications in the current environment (default)
        -m             make modifications in the master environment

        -u keyname     convert existing value of keyname to upper case
        -l keyname     convert existing value of keyname to lower case
                       -u and -l only work on existing variables

      Set and manipulate DOS environment variables in both the
      current and master environment
      
		

DOWNLOAD