< 1.2{{xmin, xmax}, {ymin, ymax}, {zmin, zmax}}, ViewPoint -> {rxy Cos[phi], rxy Sin[phi], 2.}, Boxed -> False, PlotRegion -> {{-off, 1 + off}, {-off, 1 + off}}, ImageSize -> size{1/rat, 1}, Background -> If[nstate == 1, RGBColor[1, 1, 1], RGBColor[1, 0.95, 0.95]], DisplayFunction -> If[disp === 0, Identity, $DisplayFunction]]; pictfile = ToString[nstate] <> ".tif"; fnames = fnames <> pictfile <> " "; Display[pictfile, plt, "TIFF"]; , {nstate, 2}]; os = OpenWrite[batchfile, PageWidth -> Infinity, FormatType -> OutputForm]; Write[os, "D:\\programs\\ImageMagick-5.1.1\\convert -adjoin -loop 4096 -delay " <> ToString[delay100] <> fnames <> animfile]; Close[os]; Run[batchfile];