WinDir

From BR Wiki
Revision as of 19:41, 10 October 2013 by Laura (talk | contribs) (Created page with "'''WinDir''' environment variable returns the installation directory of windows (generally C:\Windows). From within BR!: print env$("WinDir") From DOS: ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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%