Determining the Value of an Environment Variable (Windows Embedded CE 6.0)

1/6/2010

You can determine the value of an environment variable that exists in your OS design, even if it is not explicitly set on the Environment page of the OS Design Property Pages dialog box.

To determine the value of an environment variable

  1. From the Build menu, choose Open Release Directory in Build Window.

    A command-line prompt build window appears.

  2. At the command prompt, enter the following command, where <variable name> is the environment variable you want to determine the value of:

    set <variable name>
    

    The value for the environment variable is displayed.

If you enter this command using only the first few characters in a variable name, the values for all environment variables using that prefix are displayed.

For more information about set, at the command prompt, enter help set.

See Also

Concepts

OS Design Settings

Other Resources

Environment Variables
Sysgen Variables