Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
I have a build script that is contained in a BUILD.bat file. The script basically invokes the java compiler to build a tool. Inside that script I try to invoke another BUILD_1.bat script. The original BUILD.bat script dies after it hits the line to kick off the other BUILD_1.bat script. The rest of BUILD.bat does not execute. Basically it seems as though the flow of control does not come back to the BUILD.bat.
Does anyone have any ideas how to fix this

To return to the original .BAT file you have to CALL the second one.
second1.bat (will NOT return)
call second1.bat (WILL return)

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |