hi brian,
here a short overview.
first, render.bat is started by cron.
there is:
SET pfad_2160=\\grafik_server\_scripts\2160\_short_render\
SET pfadFTP=\\grafik_server\_scripts\
SET job=render_EURO_
rem ---- tile (2160)
call %pfad_2160%%job%tile001.bat
call %pfad_2160%%job%tile002.bat
.
.
each of these bat-files is filled just with variables and it starts the MAIN.bat.
the main.bat checks, renders, copies, ... files.
when it´s done the main.bat will be closed and the next tile*.bat will be started.
thanks for your help!