I have a very chatty situation and I could not find a solution, I have 2 scripts and they are called through another, my problem is that it calls one and not the other, one starts a tomcat
and the other starts a hsql
bank. Can someone help me ? Here's how:
@echo off
call start-tomcat.bat tgg
call start-hsql.bat tgg
@pause