about is undoable, queryable, and editable.
This command displays version information about the application if it is
executed without flags. If one of the above flags is specified
then the specified version information is returned.
| Long name (short name) |
[argument types] |
Properties |
-cutIdentifier(-c)
|
|
|
|
Return the cut string
In query mode, this flag needs a value.
|
|
-version(-v)
|
|
|
|
Return the version string
In query mode, this flag needs a value.
|
|
-file(-f)
|
|
|
|
Return the file version string
In query mode, this flag needs a value.
|
|
-product(-p)
|
|
|
|
Return the license product name
In query mode, this flag needs a value.
|
|
-date(-d)
|
|
|
|
Return the build date string
In query mode, this flag needs a value.
|
|
-application(-a)
|
|
|
|
Return the application name string
In query mode, this flag needs a value.
|
|
-buildDirectory(-bd)
|
|
|
|
Return the build directory string
In query mode, this flag needs a value.
|
|
-environmentFile(-env)
|
|
|
|
Return the location of the application defaults file.
In query mode, this flag needs a value.
|
|
-operatingSystem(-os)
|
|
|
|
Returns the operating system type. Valid return types are
"nt", "win64", "mac", "irix", "linux" and "linux64"
In query mode, this flag needs a value.
|
|
-operatingSystemVersion(-osv)
|
|
|
|
Returns the operating system version.
on Linux this returns the equivalent of uname -srvm
In query mode, this flag needs a value.
|
|
-ntOS(-nt)
|
|
|
|
Returns true if the operating system is Windows.
In query mode, this flag needs a value.
|
|
-windows(-win)
|
|
|
|
Returns true if the operating system is Windows based.
In query mode, this flag needs a value.
|
|
-win64(-w64)
|
|
|
|
Returns true if the operating system is Windows x64 based.
In query mode, this flag needs a value.
|
|
-irix(-ir)
|
|
|
|
Returns true if the operating system is Irix.
In query mode, this flag needs a value.
|
|
-evalVersion(-ev)
|
|
|
|
Returns true if this is an eval version of the application.
In query mode, this flag needs a value.
|
|
-linux(-li)
|
|
|
|
Returns true if the operating system is Linux.
In query mode, this flag needs a value.
|
|
-linux64(-l64)
|
|
|
|
Returns true if the operating system is Linux 64 bit.
In query mode, this flag needs a value.
|
|
-batch(-b)
|
|
|
|
Returns true if application is in batch mode.
In query mode, this flag needs a value.
|
|
-macOS(-mac)
|
|
|
|
Returns true if the operating system is Macintosh.
In query mode, this flag needs a value.
|
|
-macOSppc(-ppc)
|
|
|
|
Returns true if the operating system is a PowerPC Macintosh.
In query mode, this flag needs a value.
|
|
-macOSx86(-x86)
|
|
|
|
Returns true if the operating system is an Intel Macintosh.
In query mode, this flag needs a value.
|
|
-currentDate(-cd)
|
|
|
|
Returns the current date in the format yyyy/mm/dd, e.g. 2003/05/04.
In query mode, this flag needs a value.
|
|
-currentTime(-ct)
|
|
|
|
Returns the current time in the format hh:mm:ss, e.g. 14:27:53.
In query mode, this flag needs a value.
|
|
-is64(-x64)
|
|
|
|
Returns true if the application is 64 bit.
In query mode, this flag needs a value.
|
|
-uiLanguage(-uil)
|
|
|
|
Returns the language that Maya's running in. Example return
values include "en_US" for English and "ja_JP" for Japanese.
In query mode, this flag needs a value.
|
|
-uiLanguageIsLocalized(-uii)
|
|
|
|
Returns true if we are running in an alternate
language, not the default (English).
In query mode, this flag needs a value.
|
|
-localizedResourceLocation(-lrl)
|
|
|
|
Returns the path to the top level of the localized resource
directory, if we are running in an alternate language.
Returns an empty string if we are running in the default
language.
In query mode, this flag needs a value.
|
|
-codeset(-cs)
|
|
|
|
Returns a string identifying the codeset (codepage) of the
locale that Maya is running in.
Example return values include "UTF-8", "ISO-8859-1", "1252".
Note that the codeset values and naming conventions
are highly platform dependent. They may differ in format
even if they have the same meaning (e.g. "utf8" vs. "UTF-8").
In query mode, this flag needs a value.
|
|