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%
WinDir environment variable returns the installation directory of windows (generally C:\Windows).
From within BR!:
print env$("WinDir")
From DOS:
echo %WinDir%