GetUptime

GetUptime <var>

The command gets the number of milliseconds that have elapsed since system startup. It can be used to estimate the delays generated by commands launched in the configuration.

Parameters

varName of the variable that will receive the value.

Switches

None.

Example

GetTimer T1 
...
GetTimer T2 
...
GetTimer T3 

Set /C Diff1 %T2%-%T1% 
Set /C Diff2 %T3%-%T2%