REXXUtil: Difference between revisions
Appearance
mNo edit summary |
|||
Line 1: | Line 1: | ||
RexxUtil ([[REXXUTIL.DLL]]) is a IBM library of REXX functions for interacting with the operating system. It is available, with minor differences, on most platforms where the IBM REXX interpreter is available, including OS/2, Windows, and Linux. This document describes the OS/2 version, and applies to OS/2 Warp 3 and all subsequent releases. | RexxUtil ([[REXXUTIL.DLL]]) is a IBM library of REXX functions for interacting with the operating system. It is available, with minor differences, on most platforms where the IBM REXX interpreter is available, including OS/2, Windows, and Linux. This document describes the OS/2 version, and applies to OS/2 Warp 3 and all subsequent releases. | ||
RexxUtil includes routines for: | RexxUtil includes routines for: | ||
* Manipulating files and directories at the filesystem level. | |||
* Manipulating files and directories at the filesystem level. | * Manipulating classes and objects in the Workplace Shell. | ||
* Manipulating classes and objects in the Workplace Shell. | * Performing screen input and output in OS/2 command prompts. | ||
* Performing screen input and output in OS/2 command prompts. | * Managing character-based input and output according to locale-specific rules. | ||
* Managing character-based input and output according to locale-specific rules. | * Accessing selected operating system functions for process management. | ||
* Accessing selected operating system functions for process management. | * Manipulating REXX stem variables. | ||
* Manipulating REXX stem variables. | |||
==License== | ==License== | ||
* IBM Version: Copyrighted included with OS/2. | * IBM Version: Copyrighted included with OS/2. | ||
* Clone Version: Common Public License. | * Clone Version: Common Public License. | ||
Revision as of 02:46, 16 September 2022
RexxUtil (REXXUTIL.DLL) is a IBM library of REXX functions for interacting with the operating system. It is available, with minor differences, on most platforms where the IBM REXX interpreter is available, including OS/2, Windows, and Linux. This document describes the OS/2 version, and applies to OS/2 Warp 3 and all subsequent releases.
RexxUtil includes routines for:
- Manipulating files and directories at the filesystem level.
- Manipulating classes and objects in the Workplace Shell.
- Performing screen input and output in OS/2 command prompts.
- Managing character-based input and output according to locale-specific rules.
- Accessing selected operating system functions for process management.
- Manipulating REXX stem variables.
License
- IBM Version: Copyrighted included with OS/2.
- Clone Version: Common Public License.
Author
- IBM
- Open Source (CPL) clone: REXX Utilities - by Mike Greene and parts by Patrick TJ McPhee