Jump to content

CFGSYS: Difference between revisions

From EDM2
Created page with "==Description== CFGSYS is a library for OS/2 and eCS to offer an API to modify CONFIG.SYS. It contains an API for direct calling from applications as well as a Rexx-Interface ..."
 
Line 14: Line 14:
==Functions==
==Functions==
* [[OS2_API:CFGSYS:ConfigSysRegSetValue|ConfigSysRegSetValue]]
* [[OS2_API:CFGSYS:ConfigSysRegSetValue|ConfigSysRegSetValue]]
* [[OS2_API:CFGSYS:ConfigSysRegCreateKey|ConfigSysRegCreateKey]]
* [[OS2_API:CFGSYS:ConfigSysRegDeleteKey|ConfigSysRegDeleteKey]]
* [[OS2_API:CFGSYS:ConfigSysRegEnumValue|ConfigSysRegEnumValue]]
*
*


==Authors==
==Authors==

Revision as of 22:02, 10 February 2016

Description

CFGSYS is a library for OS/2 and eCS to offer an API to modify CONFIG.SYS. It contains an API for direct calling from applications as well as a Rexx-Interface for script usage.

Download

  • Version 0.92

License

  • Freeware

Files

Functions

Authors