                            CHGSMI.EXE


CHGSMI.EXE strips hard-coded paths from .SMI files.  This is useful when 
you create and distribute a custom icon group for 1-2-3 Release 4 for 
Windows (or other product that uses .SMI files to designate icon groups).
When you create an icon group, 1-2-3 normally saves the full path to the 
custom icon files, for example: C:\123R4W\PROGRAMS\SHEETICO\XXX.MAC and 
C:\123R4W\PROGRAMS\SHEETICO\XXX.BMP (which are the files containing the
custom macro and icon bitmap respectively).

If you wish to distribute the files you need to strip out all but the 
relative portion of the path (.\SHEETICO\XXX.MAC, for example) so that
a user installing the new group will be able to use it immediately.

It works as follows:

CHGSMI MACROS.SMI > FOO
COPY FOO MACROS.SMI


Copyright Lotus Development Corporation, 1993.  All rights reserved.
No warranty either expressed or implied accompanies this software.




