Search:

Type: Posts; User: helloworld922

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    3,938

    Re: cmd.exe DOS Window

    You can use the same methods when you pipe your input/output from your java program. Piping is the last bit of code I posted (note that that's not actually java code, that's the command you would...
  2. Replies
    4
    Views
    3,938

    Re: cmd.exe DOS Window

    Printing text out is easiest done using the System.out stream:


    System.out.println("This is being printed in your command screen");


    To read in text from the console, there are a few...
Results 1 to 2 of 2