SyntaxFix
Write A Post
Hire A Developer
Questions
My guess is that rake is a batch program. When you invoke it without call, then control doesn't return to your build.bat. Try:
rake
call
build.bat
@echo off cls CALL rake pause