home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / MISC / HGRPCX10.ZIP / RAW2PCX.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-03-29  |  118 b   |  9 lines

  1.  echo off
  2.  if %1: == : goto DO_ALL
  3. :DO_SINGLE
  4.  a2i %1
  5.  goto DONE
  6. :DO_ALL
  7.  for %%f in (*.$06) do a2i %%f
  8. :DONE
  9.