Devo passare un file n.txt ad un exe

io ho gia scritto:
codice:
Runtime rt= Runtime.getRuntime();
rt.exec("cmd \\k D:\\project\\bin\\Multibeam.exe");

cosa devo aggiungere?