Calling a Batch in the work directory

Runtime.getRuntime().exec(System.getProperty("user.dir") + "\\BATCH.bat");
Calling a Batch file from Java using the exec command.