[Toc][Index]

PYRxUtil


Name     PYRxUtil - REXX Utitilies 
Version  20030620
Author   Yury Pogrebnyak 
         (see EMail Addresses)
Distrib. Freeware 
Type     REXX DLL 
Price    -
Note     the packages contains also some 
         very useful example programs 
Source   Internet 
         Name: pyrxutil.* 


Descriptions of the author: 
"PYRxUtil is the extension library for OS/2 REXX. It gives tools, that are 
more universal than just only the access to API, for the following: 
   
   *  keyboard input 
   *  screen input/output 
   *  input/output with files/pipes 
   *  redirection of standard files 
   *  using system clipboard 
   *  using dialog message boxes 
   *  obtaining general system and CPU information 
   *  management for processes, windows and tasks 
   *  system termination 
   *  power management 
 
 The library contains 9 functions: 
   
   *  PYRXINIT 
   *  PYRXOPEN 
   *  PYRXRW 
   *  PYRXREDIR 
   *  PYRXKEY 
   *  PYRXSHOW 
   *  PYRXCLIP 
   *  PYRXGO 
   *  PYRXMSG 
 
 Each of them provides access to several related API functions depending 
 on values and number of call parameters. " 
                     --- * --- 
 The package contains also some very useful REXX programs showing how to 
 use the DLL, e.g a process monitor like top. 
 The author used the DLL also for a very nice implementation to run the 
 example code from the INF file! Try it, it's really cool! 
   

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs