|
Hi,
for this you need to sequence your different program files in any word application and save it with .bat extension.
for example I have a java file named Example.java
give sequence in the word file as
javac Example.java
java Example
and save the word file with anyname.bat extension
if you have differnt java files connected to each other you can give your programs name as your needs.
|