<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
  </head>
  <body>
    <font size="+1">Dear Joris,<br>
      <br>
      thanks for your elaborate answer.<br>
      I tried to incorporate your suggestions, but I am already having
      trouble with the generation of log files. If I add this line to my
      batch file nothing happens at all:<br>
      <br>
      1>>"D:\build.log" 2>"D:\mkgmapdebug.log"<br>
      <br>
      The complete batch file looks like this:<br>
      @echo off<br>
      echo  MKGMAP rendert DEM Karte<br>
      pause<br>
      echo  START  um %time%<br>
      echo  MkgMap arbeitet . . .<br>
      1>>"D:\build.log" 2>"D:\mkgmapdebug.log"<br>
      java -Xmx2000M -jar
      D:\_KARTEN\_KARTEN-BAU\_TOOLS\mkgmap\mkgmap.jar --show-profiles=1
      --dem=C:\hgts --dem-interpolation=auto
      --dem-dists=9942,9942,9942,13248,44176 --overview-dem-dist=88368<br>
      echo.<br>
      echo  FERTIG um %time%<br>
      pause<br>
      <br>
      I guess it is still not working because, as Gerd mentioned, I am
      missing some sort of input.<br>
      <br>
      Regards,<br>
      Bernard<br>
    </font>
  </body>
</html>