home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CLIPART / MSCAN.ZIP / TIF2SYM.BAT < prev   
DOS Batch File  |  1989-12-15  |  376b  |  12 lines

  1. REM
  2. REM This is a batch file to expedite TIFF-to-CGM conversions
  3. REM It is a guide, but you may have to add command-line options to
  4. REM the individual utility commands, below.  Invoke as:
  5. REM   TIF2SYM tifname
  6. REM Do not use the .TIF extension! It is assumed. The result is a file
  7. REM called tifname.sym.  WJH
  8. REM
  9. tif2bit %1 /d1
  10. bit2cgm %1 /x
  11. meta2hg %1.cgm %1.sym
  12.