Mercurial > hg > digilib-old
view client/digitallibrary/jquery/img/embedded_icons.cmd @ 691:fe2bb8f926be jquery
merge
with f5f2b262be07f41fa6c8d2f60332b198eaa2d603
author | robcast |
---|---|
date | Wed, 26 Jan 2011 23:43:39 +0100 |
parents | 2294e91613e6 |
children |
line wrap: on
line source
rem @echo off setlocal rem saxon embedded.svg embedded_icons.xsl set ink=C:\prog_mr\inkscape-0.48.1\inkscape.exe for %%f in (embedded\svg\*.svg) do ( echo %%~nf %ink% %%f --export-png=embedded\16\%%~nf.png -w16 -h16 %ink% %%f --export-png=embedded\32\%%~nf.png -w32 -h32 ) endlocal