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

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