I want to execute a batch file (this will start another java app) in the middle of my program. I dont want to wait or see whether it executed successfully nor I wanted to capture erros from executing that batch file. After I started that batch file , I want to do other stuff rather than waiting for it after i execute that batch.
Do I need to take care of stdout and stderr? IS there any way to get rid of taking care of stdout and stderr.
This is my second post to clear my confusion on this topic so please be specific to the question and just dont throw the link for how to process.exe or processbuilder.
Any help is appreciated.