Out of a git console: how do I execute a batch file and then return to git console? January 29, 2023 by Tarik After playing around a bit more, I found the solution myself: cmd "/C clean.bat" does the trick. But I got no clue, why…