Hello together, i have a problem with a simple task. This is my one-line-code which is directly run in cmd.exe (not in an Batch-File): C:\Temp>if not exist test.txt ( echo "not there" ) else ( echo "it's there" ) & echo "let's do the next things" My Problem is, that the code echos only "not there" i...