COMET: Difference between revisions
Appearance
Created page with "COMENT is an IBM OS/2 API Driver Test Tool (SE & EE 1.3). COMET is an OS/2 API driver developed for testing the various OS/2 SE & EE API's in a variety of environments. Sampl..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
'''COMET''' is an OS/2 API driver developed for testing the various OS/2 Extended Edition APIs in a variety of environments. Sample source code for the API calls issued by COMET are included. | |||
==Features== | |||
*Command interpreter which reads an instructions from a specified files | |||
**OS/2 shell commands | |||
*Interface with the Database Manager's API and the Communication Manager's APIs. | |||
Supported APIs: | |||
* | *ACDI (Asynchronous Communication Device Interface) | ||
*APPC (Advanced Program to Program Communication) | |||
*SRPI (Server/Requestor Programming Interface) | |||
*DBM (Database Manager Utility functions) | |||
*SQL (Database Manager Structured Query Language functions) | |||
*OS/2 (Selected OS/2 operating system function calls) | |||
*802.2 (IEEE 802.2 Local Area Network interface) | |||
*NETBIOS (PC Network Netbios interface) | |||
*PM (Selected OS/2 Presentation Manager functions) | |||
*EHLLAPI (Emulator High Level Language Application Programming Interface) | |||
COMET was written using [[IBM C/2]]. | |||
== | ==Links== | ||
* | * [https://archive.org/download/os2_94/os2_94.zip/os2_94%2FI11%2FCOMET.ZIP COMET.ZIP] | ||
[[Category:Tools]] | [[Category:Tools]] |
Latest revision as of 23:42, 12 December 2019
COMET is an OS/2 API driver developed for testing the various OS/2 Extended Edition APIs in a variety of environments. Sample source code for the API calls issued by COMET are included.
Features
- Command interpreter which reads an instructions from a specified files
- OS/2 shell commands
- Interface with the Database Manager's API and the Communication Manager's APIs.
Supported APIs:
- ACDI (Asynchronous Communication Device Interface)
- APPC (Advanced Program to Program Communication)
- SRPI (Server/Requestor Programming Interface)
- DBM (Database Manager Utility functions)
- SQL (Database Manager Structured Query Language functions)
- OS/2 (Selected OS/2 operating system function calls)
- 802.2 (IEEE 802.2 Local Area Network interface)
- NETBIOS (PC Network Netbios interface)
- PM (Selected OS/2 Presentation Manager functions)
- EHLLAPI (Emulator High Level Language Application Programming Interface)
COMET was written using IBM C/2.