Hi, how can I get the value (path) of %APPDATA% in Micorosoft JScript?
Thanks Harper..The following piece of code worked for mevar WshShell = Sys.OleObject("WScript.Shell");var WshSysEnv = WshShell.ExpandEnvironmentStrings("%APPDATA%");
satya
2010-09-02 09:12:12