Batch file to java test

Posted by out_sider on Stack Overflow See other posts from Stack Overflow or by out_sider
Published on 2010-03-08T16:16:13Z Indexed on 2010/03/08 16:36 UTC
Read the original article Hit count: 720

Filed under:
|

I have a very simple question and I've even searched here but it's for a much simpler case than what I found examples of. I have a java program which has a simple System.in on the main function....I simply want to make a bat file which will run the java program and then enter the input stream automatically.

What I basicly want is this made by a batch file so I can make a test bench:

java Proj
module array1{}

And I wanted to run more modules as they are my tests.

Thanks in advance

© Stack Overflow or respective owner

Related posts about java

Related posts about batch