Search:

Type: Posts; User: kingwang98

Search: Search took 0.06 seconds.

  1. [SOLVED] Re: Java runtime get result output from prompt problem with a larger output in type

    Thank you for your information. The problem solved on :
    Java run windows system command and get result | DaniWeb
  2. [SOLVED] Java runtime get result output from prompt problem with a larger output in type

    I am using java process to start a system command in windows

    Runtime r = Runtime.getRuntime();
    Process pr = r.exec(cmdString);

    I want to get the prompt out put from cmdString = "cmd /c type...
Results 1 to 2 of 2