unsetenv (idb mode only)

Delete the specified environment variable, or all.

Syntax

unsetenv {name|*}

Parameters

name

The environment variable to unset.

*

Unsets all environment variables.

Description

This command deletes a specific environment variable or all environment variables, so that they are no longer part of the environment.

To delete a specific environment variable, specify name.

To delete all environment variables, specify *.

To assign an environment variable an empty value, use setenv name = .

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.