The Desktop Management Scripting language includes the following predefined string constants:
Specifies a Boolean value of true.
Specifies Boolean value of false.
Specifies the number of arguments with which the script was invoked.
Specifies a New line.
Specifies the operating system version.
Specifies the name of the operating system.
Specifies the location of the windows directory (Windows only).
Specifies the Location of the windows directory (Windows only).
Specifies the string representation of current system time.
hh:mm:ss
Specifies the string representation of current system date.
mm/dd/yy
Specifies the string representation of current system date in the localized format.
Specifies the combination of Time$ and Date$.
mm/dd/yyyy hh:mm:ss
Specifies the date and time in the localized format.
Specifies the current system time.
Type SysTime Hour as Integer Minute as Integer Second as Integer End Type
Specifies the current system date.
Type SysDate Year as Integer Month as Integer Day as Integer DayOfWeek as Integer EndType
Specifies the current system date and time.
Type DateTime Year as Integer Month as Integer Day as Integer DayOfWeek as Integer Hour as Integer Minute as Integer Second as Integer EndType
Specifies a decimal number identifying the operating system.
Specifies a string identifying the operating system.
Specifies a string identifying the version of the script interpreter.
Specifies the system directory of the Windows system.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|