hi friends,
can u plz tell me how we make the batch file in java
ishikha
Printable View
hi friends,
can u plz tell me how we make the batch file in java
ishikha
Can you be more specific as to what you want to do?
Do you want to write a batch file to disk?
Do you want to execute the batch file?
Yes, you need to be more specific, do you want to have an application write the batch file or do you want to know in general how to write a batch file. For instance, I use to use batch files to do my compiles for me, and in one case had one that would start up a server as well as some clients.
you can write the code for a regualr java app and then "package" in as JAR (Java ARchive) which you can double-click on (in Windows at least...) to run\exectute, this is sort of like a batch file i'spose...