WinDir

From BR Wiki
(Redirected from Windir)
Jump to navigation Jump to search

WinDir environment variable returns the installation directory of windows (generally C:\Windows).

From within BR!:

print env$("WinDir")

From DOS:

echo %WinDir%