💻 Software
Why doesn't my batch script run all lines?
Fresh5 days ago
Mar 15, 202614761 viewsConfidence Score0%
0%
Problem
I want to create a batch script that will run axis wsdl2java.bat for multiple WSDLs. When I create a batch script with just this code: it would run wsdl2java.bat only once. I guess there is something with wsdl2java.bat batch script itself. Can someone help me figure out what is the root cause of th…
Error Output
wsdl2java.bat wsdl2java.bat
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Why doesn't my batch script run all lines?
Low Risk
For compatibility with Microsoft's , Microsoft's has the bizarre semantic that invoking a command script within another command script terminates the invoking command script at that point. The correct workaround for this is not the command. Nor is i…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix