suggestion for the FAQ

In the FAQ about environment variable you can add To set the value of an enviroment variable type C:\> set CSF_GRAPHICSHR = c:\xxx\opengl To get the value of an enviroment variable type C:\> set CSF_GRAPHICSHR To get the value of all enviroment variables type C:\> set

(The command getenv * and getenv CSF_GRAPHICSHR would be too intuitive for Microsoft)

Philippe Centa's picture

I am not sure that this type of information should take place on this forum. Anyway if you add blanks in a set command it will not give you the result you are waiting for. You sall type :

C:\> set CSF_GRAPHICSHR=c:\xxx\opengl to set a variable and C:\>echo %CSF_GRAPHICSHR% to get the value.