home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / icons / f1347 / iparse.doc < prev    next >
Text File  |  1991-03-30  |  4KB  |  109 lines

  1. *****************************************************************************
  2. IParse                        By James Bell                    v 1.0  3/31/91
  3. *****************************************************************************
  4.  
  5. Introduction
  6.  
  7. IParse is a simple little DOS program designed to slice up a large .DLL or
  8. .EXE Windows file and give you back the icons present in the file.
  9. IParse requires an 80286 or better processor, but no special video hardware.
  10. IParse is Shareware, if you use it, register!  IParse is only $8, see
  11. ORDER.FRM for details.
  12.  
  13.  
  14. How to use IParse
  15.  
  16. 1. First take note of the path of the .DLL or .EXE file to parse,  (This file
  17.    won't be damaged or written to in any way).
  18.  
  19. 2. Start IParse by typing "IPARSE" from the DOS command line.
  20.  
  21. 3. Give the path and name of the .DLL or .EXE file, (e.g. C:\WIN\PROGMAN.EXE)
  22.  
  23. 4. Give a PART of a filename for the icons.  The actual filenames will be
  24.    this prefix name and three digits. (e.g. ICON001.ICN, ICON002.ICN, etc.)
  25.    These icons will reside in the current directory.
  26.  
  27. 5. IParse will start and give an estimated time for completion and begin
  28.    creating the icon files.  Transparent icons WILL be created if they are
  29.    present.  The .ICN file extention can be changed easily with the DOS
  30.    command "RENAME *.ICN *.ICO" or whatever extention you prefer.
  31.  
  32. 6. You can also specify the .EXE or .DLL filename and the prefix name from
  33.    the command line:  "IPARSE C:\WINDOWS\PROGMAN.EXE PROG"
  34.  
  35. Note:  IParse can handle up to 999 icons within a file, and will probably
  36.        work with any file (not just .EXE or .DLL), but this has not been
  37.        tested.
  38.  
  39. *****************************************************************************
  40.  
  41.                           About the "I" series
  42.  
  43.      The "I" program series includes several programs to create, edit,
  44. manage, and even "steal" icons.  IEdit and IDir require a VGA and mouse,
  45. IExtract and IInject require at least an EGA.  All of the "I" series of
  46. programs require an 80286 or better processor.
  47.  
  48.  *   IEdit - The Icon Editor
  49.      -----------------------
  50.      The core of the "I" series, IEdit is a feature-packed icon creation
  51.      and editing tool.  Functions like Mirror, Invert, Grid, and more
  52.      separate IEdit from the other icon editors.  IEdit is being used
  53.      across the U.S. by individuals, corporations, universities, as well
  54.      as in Europe and the U.K.
  55.  
  56.  *   IExtract
  57.      --------
  58.      IExtract lets you look inside of your favorite Windows programs and
  59.      "steal" their icons for editing or use elsewhere.
  60.      This is now been built into IEdit as the EXTRACT function.
  61.  
  62.  *   IInject
  63.      -------
  64.      The companion to IExtract, with IInject you can permanently replace
  65.      the icon in a Windows application with your own.  You can even change
  66.      those annoying "Group" and "DOS" icons in Windows itself.
  67.  
  68.  *   IMenu
  69.      -----
  70.      IMenu lets you use your Windows 3.0 icons to create a DOS menu system.
  71.      No mouse is needed and IMenu supports EGA, VGA and Hercules.  An 8088
  72.      (PC/XT) version is available.
  73.  
  74.  *   IDir
  75.      ----
  76.      IDir gives you point-and-shoot icon file deletion so you can keep
  77.      track of icons easily.
  78.  
  79.  *   IconCRC (ISetCRC, IStrip, and ICheck)
  80.      -------------------------------------
  81.      For managing icons, these utilities help track down duplicates by using
  82.      a CRC value to find identical icons.
  83.  
  84. *****************************************************************************
  85. About me and icons:
  86.  
  87. I'm a CIS major at the University of Florida (graduate Spring '92, hint hint)
  88. and started off just writing a simple icon maker, now look at all this!
  89. Anyway, eventually most of the above will be Windows apps, but for now they
  90. are (happily and simply) written mostly in QuickPascal with some C and
  91. Assembly tossed in as well.  The prices are what they are because Shareware
  92. has been good for me, so I'm trying to return the favor.
  93.  
  94. Don't hesitate to call if you have any trouble.
  95.  
  96.      James Bell
  97.  4511 Sherwood Trace
  98. Gainesville, FL  32605
  99.    (904) 372-3695
  100.  
  101. Good Luck and happy Windows-ing!
  102.  
  103. James Bell                                                          03/21/91
  104.  
  105.  
  106.  
  107.  
  108. P.S. Windows and QuickPascal are TM Microsoft Corp.
  109.