====== Variables ====== Plugin exports the constants: |< 100% 35% >| |%SYSINFO_OSARCH%|The OS architecture where TC is running. This can be either 32 or 64. Equal to %AUTORUN_OSARCH%.| |%SYSINFO_OSVERSION%|The ОС version where TC is running. This can be one of:\\ WIN_2000\\ WIN_XP\\ WIN_2003\\ WIN_2003R2\\ WIN_VISTA\\ WIN_2008\\ WIN_7\\ WIN_2008R2\\ WIN_8\\ WIN_2012\\ WIN_81\\ WIN_2012R2\\ WIN_10\\ WIN_2016\\ WIN_2019\\ WIN_11\\ WIN_2022\\ \\ If version can not detected, returned the string:\\ \\ "WIN_" + Major Version + "." + Minor VersionFor workstation at the end of string "W" attached.\\ \\ For example, for Windows 7 it's would be: WIN_6.2W, for Windows Server 2008 --- WIN_6.1.\\ \\ :!: If Total Commander is running in compatibility mode on Windows 8.1 and above, or if the version of Total Commander is old, the result of the function may be incorrect!| |%SYSINFO_OSSERVICEPACK%|The service pack version (ex. Service Pack 3).| |%SYSINFO_DESKTOPWIDTH%|Desktop width.| |%SYSINFO_DESKTOPHEIGHT%|Desktop height.| |%SYSINFO_DESKTOPDEPTH%|Desktop color depth.| |%SYSINFO_USERLANG%|Three-chars user language code.|