Creating a Batch File
Open a text file and type the following
java ProgramName
store this txt file with.bat extension.
Now whenever you click this batch(.bat) file the particular program gets executed.
Here is a tutorial to compile a bunch of source files using a batch file and place them in a proper directory structure.
java ProgramName
store this txt file with
0 Comments:
Post a Comment
<< Home