get system time
#1
Guest_stanley_*
Posted 24 May 2004 - 12:58 PM
is it possible to get the system time and store it in a variable?
regards
Stanley
#2
Posted 24 May 2004 - 01:57 PM
if Command Extensions are enabled, then there are several dynamic
environment variables that can be expanded but which don't show up i
the list of variables displayed by SET. These variable values are
computed dynamically each time the value of the variable is expanded
If the user explicitly defines a variable with one of these names, t
that definition will override the dynamic one described below:
%DATE% - expands to current date using same format as DATE command.
%TIME% - expands to current time using same format as TIME command.
MsgBox, 0, My time is ..., %TIME%
#3
Posted 12 June 2005 - 09:56 PM
and HOW do you enable this?Yep, if you use NT/W2K/XP/? and ...
if Command Extensions are enabled, then there are several dynamic
environment variables that can be expanded but which don't show up i
the list of variables displayed by SET. These variable values are
computed dynamically each time the value of the variable is expanded
If the user explicitly defines a variable with one of these names, t
that definition will override the dynamic one described below:
%DATE% - expands to current date using same format as DATE command.
%TIME% - expands to current time using same format as TIME command.
![]()
MsgBox, 0, My time is ..., %TIME%
Thanks,
Chris
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users





