| Long name (short name) | [argument types] | Properties |
|---|
-cutIdentifier
(-c)
| |  |
|
-version
(-v)
| |  |
|
Return the version string
|
|
-file
(-f)
| |  |
|
Return the file version string
|
|
-product
(-p)
| |  |
|
Return the license product name
|
|
-date
(-d)
| |  |
|
Return the build date string
|
|
-application
(-a)
| |  |
|
Return the application name string
|
|
-buildDirectory
(-bd)
| |  |
|
Return the build directory string
|
|
-environmentFile
(-env)
| |  |
|
Return the location of the application defaults file.
|
|
-operatingSystem
(-os)
| |  |
|
Returns the operating system type. Valid return types are
"nt", "win64", "mac", "irix", "linux" and "linux64"
|
|
-operatingSystemVersion
(-osv)
| |  |
|
Returns the operating system version.
on Linux this returns the equivalent of uname -srvm
|
|
-ntOS
(-nt)
| |  |
|
Returns true if the operating system is Windows.
|
|
-windows
(-win)
| |  |
|
Returns true if the operating system is Windows based.
|
|
-win64
(-w64)
| |  |
|
Returns true if the operating system is Windows x64 based.
|
|
-irix
(-ir)
| |  |
|
Returns true if the operating system is Irix.
|
|
-evalVersion
(-ev)
| |  |
|
Returns true if this is an eval version of the application.
|
|
-linux
(-li)
| |  |
|
Returns true if the operating system is Linux.
|
|
-linux64
(-l64)
| |  |
|
Returns true if the operating system is Linux 64 bit.
|
|
-batch
(-b)
| |  |
|
Returns true if application is in batch mode.
|
|
-macOS
(-mac)
| |  |
|
Returns true if the operating system is Macintosh.
|
|
-currentDate
(-cd)
| |  |
|
Returns the current date in the format yyyy/mm/dd, e.g. 2003/05/04.
|
|
-currentTime
(-ct)
| |  |
|
Returns the current time in the format hh:mm:ss, e.g. 14:27:53.
|
|
-is64
(-x64)
| |  |
|
Returns true if the application is 64 bit.
|
|