WinDir
(Redirected from Windir)
WinDir environment variable returns the installation directory of windows (generally C:\Windows).
From within BR!:
print env$("WinDir")
From DOS:
echo %WinDir%
WinDir environment variable returns the installation directory of windows (generally C:\Windows).
From within BR!:
print env$("WinDir")
From DOS:
echo %WinDir%