Inkscape.org
Beyond the Basics Btach conversion SVG to EMF
  1. #1
    Krubkj lkjlökg Krubkj lkjlökg @ghzghkg

    I try to convert a folder including sub-solders with a windows batch file but it works only for the first files and the stand still.

    for /R %%f in (.\*) do (
     <path to>inkscape.exe --export-type=emf %%f 
    )
    

    I want the new files in the same folder like the original ones with the same file name

    Any hint?

  2. #2
    Krubkj lkjlökg Krubkj lkjlökg @ghzghkg

    solved:

    it must be

    <path to>inkscape.com
    .COM - why ever