Hi all,
I want to be able to call a Windows batch file from my
Java desktop application running at the same machine hosting the batch file.
I have the full pathname in a
String named "batchFilePath" in a form C:\directory\batchfile.bat
However, when I am trying to call it, nothing happens.
I tried to change the single backslash to double backslash but nothing happens either.
Could anyone help please?
The code excerpt is below.
Thanks
Steve