|
|
(14 intermediate revisions by 2 users not shown) |
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.
| | REXX Utilities Clone Version |
|
| |
|
| RexxUtil includes routines for:
| | ==License== |
| | * Common Public License. |
| | * Author: by [[Mike Greene]] and parts by Patrick TJ McPhee |
|
| |
|
| * Manipulating files and directories at the filesystem level. | | ==External Links== |
| * Manipulating classes and objects in the Workplace Shell.
| | * [http://www.altsan.org/os2/toolkits/index.html#rexxutil RexxUtil Documentation]1.2.1 By [[Alex Taylor]] |
| * Performing screen input and output in OS/2 command prompts.
| | * [https://github.com/OS2World/LIB-REXXUtil Clone Version - Source code at Github] |
| * Managing character-based input and output according to locale-specific rules. | |
| * Accessing selected operating system functions for process management.
| |
| * Manipulating REXX stem variables.
| |
|
| |
|
| ==Links==
| | [[Category:REXX Function Library]] |
| * [http://www.mgreene.org/wikka/RexxUtil Mike Greene Homepage]
| |
| | |
| ==Author==
| |
| * [[IBM]]
| |
| * Open Source Clone: REXX Utilities - rexxutil replacement for eComStation by [[Mike Greene]] and parts by [[Patrick TJ McPhee]] (CPL License)
| |
| | |
| ==Articles==
| |
| * [[REXX Tips & Tricks:REXXUTIL functions]]
| |
| * [http://hobbes.nmsu.edu/download/pub/os2/dev/rexx/rexxutil_doc_v12.zip Rexx Utililities API Documentation] 1.2 By [[Alex Taylor]]
| |
| | |
| [[Category:Tools]]
| |
REXX Utilities Clone Version
License
- Common Public License.
- Author: by Mike Greene and parts by Patrick TJ McPhee
External Links