home *** CD-ROM | disk | FTP | other *** search
- .key DIR
-
- ; $VER: PatchIcons as of Tue Feb 1 19:09:02 1994
- ; This is a script that kills all but the first 3 planes of the icons in
- ; the current (or the optionally given) directory and all it's subdirectories.
- ;
- ; (c)Copyright 1994 by Tobias Ferber
- ;
- ; This file is part of the Icon2C and OptIcon distribution.
- ;
- ; Icon2C and OptIcon are free software; you can redistribute them and/or
- ; modify them under the terms of the GNU General Public License as published
- ; by the Free Software Foundation; either version 1 of the License,
- ; or (at your option) any later version.
- ;
- ; Icon2C and Opticon are distributed in the hope that they will be useful,
- ; but WITHOUT ANY WARRANTY; without even the implied warranty of
- ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- ; GNU General Public License for more details.
- ;
- ; You should have received a copy of the GNU General Public License
- ; along with these programs; see the file COPYING. If not, write to
- ; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
-
- List DIR "<DIR>" ALL FILES PAT #?.info LFORMAT "OptIcon PLANES=8 *"%s%s*"" > RAM:lip3.<$$>
- Execute RAM:lip3.<$$>
-