Batch Files?

I am confused about batch files. Can someone tell me how to make them in Eclipse? ;D
I don’t even know if this is in the right section :-\

I mean, what is a batch file? ???

A batch file is a script that runs in a Windows shell. Try googling it? :wink:

How do you connect to a batch file? ???

Here…

What do you mean by “connect”? You can read in the file like any text file. You can execute the file from Java by using (I think) the getRuntime().exec() command (google it to be sure). What are you trying to accomplish by “connecting” to the file?

Using it to make an .exe file with the Bat to Exe converter.

Mayhaps this? :-*

http://launch4j.sourceforge.net/

I know what it is now, thanks. I searched it up on google. :smiley: