Search found 2 matches
- 01 Jun 2021 06:02
- Forum: DOS Batch Forum
- Topic: Check output of called Script
- Replies: 3
- Views: 4294
Re: Check output of called Script
Hi PenPen, I tried calling with CALL function, but inner BATCH script contains GOTO statement and I believe that's the reason it is not returning back. To cross validate it, From original Master_Batch.bat script, I removed/modified logic with GOTO function and used that script. It is working as expe...
- 27 May 2021 04:28
- Forum: DOS Batch Forum
- Topic: Check output of called Script
- Replies: 3
- Views: 4294
Check output of called Script
Hi All, We have a batch script, which executes Informatica jobs. This is an existing batch script called "Master_Batch.bat" I am writing a new batch script, which call above script in loop (for example, call 5 times). Now the problem is, it runs the master_batch.bat only once and exit the process. W...