This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
programs:versions:home [2009/12/03 16:18] tdo created |
programs:versions:home [2016/06/28 22:38] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{page>:top_add&nofooter&noeditbtn}} | {{page>:top_add&nofooter&noeditbtn}} | ||
| <html><div align="center"><span style="color:red">DRAFT</span></div></html> | <html><div align="center"><span style="color:red">DRAFT</span></div></html> | ||
| - | ====== VERSIONS - Display Omnidex Version and System Information ====== | + | ====== VERSIONS - Omnidex Version and System Information ====== |
| VERSIONS is a console utility that displays Omnidex version and operating system information. | VERSIONS is a console utility that displays Omnidex version and operating system information. | ||
| Line 14: | Line 14: | ||
| Description: Prints version information from OmniAccess | Description: Prints version information from OmniAccess | ||
| + | <code> | ||
| Options: -help | -? Help | Options: -help | -? Help | ||
| -version Program version | -version Program version | ||
| Line 25: | Line 26: | ||
| -terse Print information in terse form | -terse Print information in terse form | ||
| -pause Program will pause before exiting | -pause Program will pause before exiting | ||
| + | </code> | ||
| == -help or -? == | == -help or -? == | ||
| Line 64: | Line 65: | ||
| - | |||
| ===== Example ===== | ===== Example ===== | ||
| The following is the sample output from the VERSIONS utility on a Windows XP machine. | The following is the sample output from the VERSIONS utility on a Windows XP machine. | ||
| + | <code> | ||
| + | |||
| + | C:\dev\odx\tiny>versions | ||
| + | VERSIONS - Omnidex Versions Utility Thu Dec 03 09:18:43 2009 | ||
| + | (c) Dynamic Information Systems Corp. 1981-2009 5.0 Build 2B | ||
| + | Microsoft Windows XP Professional SP 3 (2600) TDO830/TDO | ||
| + | ** Trial Copy ** | ||
| + | |||
| + | |||
| + | Omnidex Version 5.0 Build 2B | ||
| + | Compilation Timestamp Oct 13 2009 08:57:09 | ||
| + | Compilation Configuration 32-bit | ||
| + | Hardware Platform 6 (Intel Pentium II) | ||
| + | System ID 03-00102 | ||
| + | Processors 2 | ||
| + | Physical Memory 2048MB | ||
| + | Operating System Microsoft Windows XP Professional SP 3 (2600) | ||
| + | Nodename TDO830 | ||
| + | Login TDO | ||
| + | Process ID 2744 | ||
| + | Thread ID 748 | ||
| + | Current Working Directory C:\dev\odx\tiny | ||
| + | Program C:\PROGRA~1\OMNIDE~1.0\bin\versions.exe | ||
| + | Program Arguments None | ||
| + | Machine Byte Order Little endian | ||
| + | Open File Limit 0 | ||
| + | Malloc'd Memory Limit 0 | ||
| + | Library Path See PATH variable | ||
| + | TMPDIR Directory C:\DOCUME~1\TDO.ms\LOCALS~1\Temp | ||
| + | Omnidex Home Directory C:\Program Files\Omnidex 5.0 | ||
| + | Omnidex Library Directory C:\Program Files\Omnidex 5.0\bin | ||
| + | Omnidex Registration File Not set | ||
| + | Omnidex Environment Location Not set | ||
| + | Registered ODBC Driver C:\Program Files\Omnidex 5.0\bin\odxodbc.dll | ||
| + | Registered ODBC Driver Version 5.00.02B Production | ||
| + | Earliest Compatible ODBC Client 4.3 Build 4B | ||
| + | Earliest Compatible JDBC Client 4.3 Build 4B | ||
| + | Earliest Compatible Odx Kernel 5.0 Build 1B | ||
| + | Omnidex Licensee ** Trial Copy ** | ||
| + | License Type Trial | ||
| + | Licensed CPU Type 6 (0300102) | ||
| + | Licensed Modules None | ||
| + | Licensed Database Drivers None | ||
| + | License Constraints None | ||
| + | License Serial Number 12345 | ||
| + | License Created Tue, Dec 01, 2009 | ||
| + | Licensed Products Expiration No licensed products | ||
| + | Unlicensed Products Expiration Sat, Dec 15, 2012 | ||
| + | Software Build Information | ||
| + | |||
| + | |||
| + | Thank you for using DISC products. | ||
| + | |||
| + | |||
| + | |||
| + | C:\dev\odx\tiny> | ||
| + | </code> | ||