home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo You must execute this batch under Win95
- echo If you unzipped this file with a packer that supports long filenames
- echo then executing this batch is not necessary.
- pause
- echo Renaming files ...
- rename Class\Glower.cla Glower.class
- rename Class\Dizzer.cla Dizzer.class
- rename Class\Marqueef.cla MarqueeForImages.class
- echo Finished.
-