This macro determines the name of the computer where the program is launched.
Example
Macro {-Environment.MachineName-}
Result SUPPORT-PC |
This macro determines the name and version of the OS installed on this computer.
Example
Macro {-Environment.OSVersion-}
Result Microsoft Windows NT 6.1.7600.0 |
This macro determines the number of processor cores on this computer
Example
Macro {-Environment.ProcessorCount-}
Result 2 |
This macro determines the number of processor ticks starting from switching the computer on (every time the increasing number is given).
Example
Macro {-Environment.TickCount-}
Result 18626410 |
This macro determines the domain name of the current computer.
Example
Macro {-Environment.UserDomainName-}
Result support-pc |
The macro determines the name of the user who launched the program.
Example
Macro {-Environment.UserName-}
Result support |