home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / listdl.zip / LISTDLL.DOC < prev    next >
Text File  |  1994-10-22  |  2KB  |  52 lines

  1.                         LISTDLL - List DLL Data
  2.                      (c) 1994 by C F S Nevada, Inc.
  3.  
  4.  
  5. Purpose
  6. =======
  7. LISTDLL will build an ASCII file, LISTDLL.TXT or a file specified
  8. by the user, containing a list of any DLLs which appear in more
  9. than one subdirectory pointed to by the LIBPATH= statement
  10. located in CONFIG.SYS of the IPL (boot) drive of the active
  11. system.
  12.  
  13. The optional list of multiple DLLs is followed by a sorted
  14. listing of all DLLs pointed to by the LIBPATH= statement. The
  15. DLLs are sorted, case insensitively, by DLL name followed by the
  16. priority of the DLL in the LIBPATH search order.
  17.  
  18. This program is copyrighted 1994 by C F S Nevada, Inc. and is
  19. released free of charge to the public domain "as is" with no
  20. warranty by either its author, Dick Goran, or by
  21. C F S Nevada, Inc.
  22.  
  23. Operation
  24. =========
  25. The program may be run from the command line of any OS/2 full
  26. screen or windowed session. If .; is included in LIBPATH, the
  27. current directory will be included in the search path in its
  28. respective order and will be noted in the heading of the output
  29. listing.
  30.  
  31. A file name may optionally be specified on the command line which
  32. will contain the output file from the program. If no file name is
  33. specified, the output is written to LISTDLL.TXT in the current
  34. directory.
  35.  
  36. Requirements
  37. ============
  38. LISTDLL.CMD is an OS/2 REXX program and has been tested under
  39. OS/2 2.1. It requires a commercial, proprietary REXX object
  40. module from Quercus Systems - REXXLIB, which is included with
  41. this program.
  42.  
  43. REXXLIB.DLL is distributed free of charge with this program with
  44. the expressed consent of Quercus Systems. It is to be used with
  45. C F S Nevada, Inc.'s programs only unless the user purchases and
  46. licenses a copy of REXXLIB from Quercus Systems.
  47.  
  48. REXXLIB.DLL may reside in the same directory as this program or
  49. may me moved to any convenient library that is included in the
  50. user's LIBPATH. Licensed REXXLIB or Personal REXX users may
  51. delete the REXXLIB.DLL file distributed with this program.
  52.