Results 1 to 4 of 4

Thread: how to make batch file in java

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2002
    Location
    faridabad
    Posts
    101

    how to make batch file in java

    hi friends,

    can u plz tell me how we make the batch file in java


    ishikha
    ishikha

  2. #2
    Frenzied Member
    Join Date
    Aug 2000
    Location
    O!
    Posts
    1,177
    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.

  3. #3
    Hyperactive Member
    Join Date
    May 2000
    Posts
    367
    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.

  4. #4
    Hyperactive Member CaptainPinko's Avatar
    Join Date
    Jan 2001
    Location
    London, Ontario, Canada
    Posts
    332
    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
  •  



Click Here to Expand Forum to Full Width