home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / netutl.zip / NetUtil.ABS < prev    next >
Text File  |  1997-10-30  |  765b  |  16 lines

  1. NetUtil.DLL is a REXX function package which includes REXX functions that
  2. simulate and enhance NET commands of IBM OS/2 Warp Server products. It also
  3. includes functions that can perform what NET commands do not offer.
  4.  
  5. It is designed to provide REXX programmers with ease-of-use interface
  6. and more capabilities than NET commands.
  7.  
  8. Note:
  9.  IBM offers an applet WSLSRXUT("LAN Server/Warp Server REXX API extension") as
  10.  free software from Web(http://www.software.ibm.com/warp/pspinfo/wsapplets.html).
  11.  
  12.  NetUtil has less functions than WSLSRXUT, but I think it will be more
  13.  friendly to use than WSLSRXUT because NetUtil is is an implementation of
  14.  NET commands as REXX functions but WSLSRXUT is an implementation of LAN
  15.  Server APIs as REXX functions.
  16.