home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Internet / Htmltool / LFN.BAT < prev    next >
DOS Batch File  |  1997-10-25  |  356b  |  11 lines

  1. @echo off
  2. echo You must execute this batch under Win95
  3. echo If you unzipped this file with a packer that supports long filenames
  4. echo then executing this batch is not necessary.
  5. pause
  6. echo Renaming files ...
  7. rename Class\Glower.cla Glower.class
  8. rename Class\Dizzer.cla Dizzer.class
  9. rename Class\Marqueef.cla MarqueeForImages.class
  10. echo Finished.
  11.