how can I get the value of %APPDATA% using JScript?

1k views Asked by At

how can I get the value (path) of %APPDATA% in Micorosoft JScript?

1

There are 1 answers

1
harper On BEST ANSWER

The WScript.Shell object provides the property Environment.

see also: http://support.microsoft.com/kb/233513/en-us/