View Single Post
  #2 (permalink)  
Old 08-02-2007, 09:50 AM
imran_khan imran_khan is offline
Member
 
Join Date: Jul 2007
Posts: 8
imran_khan is on a distinguished road
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.
Reply With Quote