|
-
Aug 1st, 2002, 01:13 AM
#1
Thread Starter
Lively Member
how to make batch file in java
hi friends,
can u plz tell me how we make the batch file in java
ishikha
-
Aug 1st, 2002, 09:55 PM
#2
Frenzied Member
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?
Last edited by ccoder; Aug 29th, 2002 at 03:04 PM.
-
Aug 29th, 2002, 02:50 PM
#3
Hyperactive Member
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.
-
Sep 10th, 2002, 07:56 PM
#4
Hyperactive Member
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...
"There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein
If you are programming in Java use www.NetBeans.org
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|