home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / msdos / convrtrs / hgrpcx / 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.