Hi ConTeXist. After a long time I tried to recompile ConTeXt file that contained the \executesystemcommand. It seems to me that this command stopped working. Can anyone confirm or refute this my perception? I call \executesystemcommand to compiling another ConTeXt file from running ConTeXt. I use Windows 7 and problem is under TeXlive 2014 version and Standalone version too. Thanx Jaroslav Hajtmar Here is my minimal example: When I compile maintestfile.tex, then I expect, that compilebyexecutesystemcommand.pdf is created during compilation of maintestfile.tex file. I have two files. First is "test.tex" name: \starttext \input tufte \stoptext And second is file maintestfile.tex: \starttext \executesystemcommand{context --result=compilebyexecutesystemcommand.pdf test.tex} \input knuth \stoptext