@SYSTEMTIME[n] : Return the system time as a fileage. n is the time to return:

 

0 - The time that the system has been idle

1 - The time that the system has spent executing in Kernel mode (all threads in all processes, on all processors)

2 - The time that the system has spent executing in User mode (all threads in all processes, on all processors)

 

See also: Time Stamps.

 

Examples:

 

echo %@systemtime[0]

39709212923676

 

echo %@systemtime[1]

39709212923676

 

echo %@systemtime[2]

39709212923676