home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / loccmds2.zip / readme.txt < prev   
Text File  |  1998-09-08  |  2KB  |  37 lines

  1.  
  2.  Package: loccmds2 -- locate commands
  3.  
  4.  Creator: Rick Curry, trindflo@fishnet.net
  5.  
  6.  Purpose: To locate "collisions" among DLLs, locate DLLs, locate EXEs.
  7.  
  8.   To use: LocL      FileName
  9.           LocP      FileName
  10.           lpdupes  [FileName]
  11.  
  12.      This package contains 3 REXX scripts.  The filename argument in all
  13. cases is a partial filename to be searched for.  The scripts add a '*'
  14. to the end of the filename, so there is no need for the user to.  In the
  15. case of lpdupes it is important that you do not use either a wildcard or
  16. the '.dll' extension of the FileName argument as they are supplied.
  17.  
  18.      LocL and LocP work similarly.  LocL will search along the LIBPATH
  19. list and find every DLL which matches the partial filename given as an
  20. argument.  Similarly, LocP will search along the PATH environment
  21. variable and find every file in these directories which matches the
  22. partial filename argument.
  23.  
  24.      lpdupes searches for "collisions" among the DLLs: the same DLL name
  25. in 2 or more directories.  With no arguments, lpdupes will locate all
  26. DLLs in your LIBPATH which do not have unique names.  lpdupes identifies
  27. all the copies of the DLL and the size and date of the files.  If an
  28. argument is given, then only files which match the argument are scanned
  29. for collisions.
  30.  
  31.      I wrote this because I had a problem with my libpath and could not
  32. find a utility which does what lpdupes does.  The other 2 scripts are
  33. trivializations of lpdupes which seemed useful.
  34.  
  35.      This version fixes problems lpdupes had with paths which began with
  36. '\' and '..'.
  37.