Navigation:  Macroses >

Environment parameters

Previous pageReturn to chapter overviewNext page
Show/Hide Hidden Text

 

Name of the computer with ZennoPoster launched

This macro determines the name of the computer where the program is launched.

 

Example

 

Macro

{-Environment.MachineName-}

 

Result

SUPPORT-PC

 

Computer OS name and version

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

 

Number of current processor cores

This macro determines the number of processor cores on this computer

 

Example

 

Macro

{-Environment.ProcessorCount-}

 

Result

2

 

Processor tick count from the current computer start

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

 

Computer's domain name

This macro determines the domain name of the current computer.

 

Example

 

Macro

{-Environment.UserDomainName-}

 

Result

support-pc

 

The name of the user who launched ZennoPoster

The macro determines the name of the user who launched the program.

 

Example

 

Macro

{-Environment.UserName-}

 

Result

support