home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / ALLINF.ZIP / ALLINFS.ME < prev   
Text File  |  1993-03-11  |  3KB  |  70 lines

  1.  To create <All INFs> Folder with all your .INF files
  2.  
  3.  Copyright Leshek Fiedorowicz '92 CIS#74170,2007
  4.  Distribute original ZIP file freely with no changes.
  5.  
  6.  V.3.00 by Leshek Fiedorowicz 1992-12-20
  7.  V.3.01 by Leshek Fiedorowicz 1993-01-20
  8.  V.3.02 by Leshek Fiedorowicz 1993-03-11
  9.         inspired by suggestions from A. C. Buehler
  10.         the following have been added:
  11.         - assigning icons
  12.         - option to search only specified drives
  13.         - the ALLINFS.LST has been updated 
  14.  
  15.  What to do ?
  16.    UnZip all files into the new directory on your HD.
  17.    Make this directory current.
  18.    Call CREINFS from your os2 command line.
  19.    Look for a new <All IPFs> folder on your desktop.
  20.  
  21.  Options and parameters:
  22.  
  23.    1) Search only specified filed.  Reccommended for use when you have
  24.       CD ROM and don't want to wait "forever" for CD ROM to be searched.
  25.       /D:list
  26.         where
  27.         list - the list of drives to search
  28.                ex: /D:CD to search only C: and D:
  29.       Example:
  30.          ALLINFS /D:CD
  31.          to search only drives C: and D:
  32.  
  33.    2) Replace existinf objects
  34.       /REP
  35.       Use this option if you want to replace the existing objects.
  36.       Reccommended in case when you want icons to be assigned or/and
  37.       you have moved some of your existinf .INF files and want objects
  38.       in <ALL IPFs> folder to point to the right directory.
  39.  Creating objects with own icons:
  40.  
  41.     If you want to have object created with your own icons place the
  42.     icon file with the same name as your .INF file in the same directory
  43.     where your .INF file resides.  The icon will be assigned automatically.
  44.  
  45.     If the icon is not found, no error message will be generated and the
  46.     object will be generated with the standard "book" icon.
  47.  
  48.  Requires:
  49.    OS/2 2.0 or higher
  50.  
  51.  Files:
  52.    CREINFS.CMD - main REXX source program
  53.    CREINFS.ICO - incon for your new folder
  54.    CREINFS.LST - list of file names and corresponding objects names
  55.    CREIREAD.ME - you are reading this
  56.  
  57. Program will ignore .INF files in simple text format.  You can call 
  58. program many times it should not create duplicated objects in the <All 
  59. IPFs> folder.  CREINFS.LST file consist of the list of object names 
  60. assigned to the file names.  If .INF file is found on your disks and 
  61. is has no corresponding name of object in the list, file name will 
  62. become the object name.  You can edit this list.  There is list of 
  63. some system and tools files provided.  Only first entry will be 
  64. considered, if multiple entries exist.  NOTE:  EXCLUDE in the list 
  65. means - do not create object for this file.  
  66.  
  67. Enjoy ...
  68. Leshek
  69.  
  70.