SyntaxFix
Write A Post
Hire A Developer
Questions
import java.lang.Runtime; Process run = Runtime.getRuntime().exec("cmd.exe", "/c", "Start", "path of the bat file");
This will work for you and is easy to use.