Home Reference HScript commands 

setenv hscript command

Sets a global variable.

Usages

  1. setenv [-l] name = value

  2. setenv -u name

  3. setenv [-s]

Without any arguments, the command prints a list of current global variables (see the -s option).

Options

-l

Make the variable local.

-u

Unset the variable.

-s

Without any other arguments, prints the current variables in the form of commands.