set

Sets an environment variable
   set [variable[=value]] [/C]

Usages

   set
   displays a list of the current environment variables.

   set variable=value
   sets this environment variable to the given value

   set variable=
   removes the variable from the environment

   set variable
   display the value of variable

Options

   /C
   Normally, set converts the variable name to upper case. Use /C to retain the
   case that you use (only works for new variables.)

   /U
   Convert the to-be value of the variable to upper case.

   /E
   Execute the command specified by value and set the variable to the
   first line of output.

Copyright © 2003 Rob Platt
This file forms part of The FreeDOS HTML Help Documentation, and is covered under its terms: see index.htm