I created a console application with a Menu System like this,
But since the requirement was different, I need to create a command line application, for example I need to connect to MS SQL Database so, I should do something like this :
If you see, I have a bat file, I will pass some arguments, any suggestion on how to start this development? I heard something called arg4j but not sure how to start with it.