home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / geo / iconmk11.zip / ICON2TO1.BAT < prev    next >
DOS Batch File  |  1993-06-12  |  298b  |  13 lines

  1. @echo off
  2. if "%2"=="" goto syntax
  3. for %%a in (%1\*.*) do iconmake g -o %2\ %%a
  4. goto end
  5. :syntax
  6. echo.
  7. echo Syntax: %0 new_icon_path old_icon_path
  8. echo.
  9. echo Example: %0 \GEOWORKS\ICONS20 \GEOS20\ICONS12
  10. echo          to convert all icons in ICONS20 to Geoworks 1.x format.
  11. :end
  12. echo on
  13.