I am using rake to build my project and I have a build.bat file similar to this:
@echo off cls rake
When I double click on build.bat the dos wi
Use this snippet:
@echo off echo something echo. echo press enter to exit pause >nul exit