home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / graphics / dkbtrace.lzh / DKBTRACE / DKBUTDOC.LZH / process.bat < prev    next >
DOS Batch File  |  1991-06-08  |  97b  |  10 lines

  1. @echo off
  2. :loop
  3. if "%1"=="" goto end
  4. tga2img %1
  5. img2gif -d -m %1
  6. del %1.img
  7. shift
  8. goto loop
  9. :end
  10.