Redirecting .bat file to Java textarea -
is possible redirect batch file being executed onclick jbutton , output contents inside of jtextarea , keep cmd prompt window appearing? jtextarea serve console.
yes possible, need read output+error streams processbuilder/runtime , push read contents jtextarea.
Comments
Post a Comment