@echo off rem calls levoy.bat with standard values if "%1"=="" goto printhelp if "%1"=="/?" goto printhelp rem name angle step isovalue isovaluealpha isovaluethickness mat0_color mat0_alpha mat0_value ... mat4_alpha mat4_value rem ALT levoyrot %1 2 0 20 0.005 -1 10 0.1 black 0 0 white 1 0.4 white 3 0.7 white 5 1 black 0 1 levoyrot %1 17 0 20 0.005 -1 10 0.1 black 3 0.5 blue 3 0.5 green 3 0.5 tuerk 3 0.5 red 3 0.5 rem levoy %1 0 0.005 -1 10 0.1 black 0 0 white 1 0.4 white 3 0.7 white 5 1 black 0 1 goto end :printhelp echo standard calls levoy.bat with standard-values like shown below echo levoy [name] 0.005 -1 10 0.1 black 0 0 white 1 0.4 white 3 0.7 white 5 1 black 0 1 echo syntax: standard [name] :end