I am using javascript for my AD login scripts.
I can get the value of "windir" out of the environment of
%systemroot% but need to actually resolve it to either
C:\windows or C:\winnt
Is it possible to assign what would be the value of %systemroot% to a variable to use?
I can get the value of "windir" out of the environment of
%systemroot% but need to actually resolve it to either
C:\windows or C:\winnt
Is it possible to assign what would be the value of %systemroot% to a variable to use?