1
I have a very boring situation and I could not find a solution, I have 2 scripts and the same are called through another, my problem is that it calls one and not the other, one starts one tomcat
and the other starts a bank hsql
. Can someone help me ? It’s like this:
@echo off
call start-tomcat.bat tgg
call start-hsql.bat tgg
@pause
Show, thank you very much.
– Roknauta