I have a stanalone application with a main class which used to run a windows BAT file ,the BAT file which invoke another java class(B),the class B refer so many JARs and configuration files which i configured through "build Path"
Now I want to refer the JARs and configuration files in BAT file.How I write the BAT file.