1 03/16/88 SETENV
 2 
 3 Name:
 4 setenv -- set environment variable
 5 
 6 Synopsis: setenv [name=value] ...
 7 
 8 
 9 Description:
10 Setenv allows you to set C environment variables at command level. The
11 format is similar to the Unix method of perfoming the same function.
12 Setenv sets or alters environment variables specified on the command
13 line. There is a maximum of 256 characters allowed in a variable
14 specification including its name.