Batch file to java test
- by out_sider
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