- Nov
- 2
- 0
Hi,
In my build procedure I have a batch file that calls another batch file with the following statement
as a form to continue dumping to the console the statements inside gendb.bat
While this idiom works using the normal W7 CMD, it doesn't using TCE LE 12,00,37 - you just get a TCC: Unknown command "gendb.bat" error.
In fact, I have even double-checked and that statement won't work even directly from command line (so it's not a batch-inside-batch limitation). I have obviously made triple sure that "gendb.bat" does exist in the directory and that it runs fine if you just call it without the preceding echo.
I am pretty sure this used to work on an older TCC/LE version... or maybe someone modified the batch file recently.
Can anyone confirm if this happens to them and if it is a regression problem?
Thanks!
In my build procedure I have a batch file that calls another batch file with the following statement
Code:
echo | gendb.bat 5.1.1.0
While this idiom works using the normal W7 CMD, it doesn't using TCE LE 12,00,37 - you just get a TCC: Unknown command "gendb.bat" error.
In fact, I have even double-checked and that statement won't work even directly from command line (so it's not a batch-inside-batch limitation). I have obviously made triple sure that "gendb.bat" does exist in the directory and that it runs fine if you just call it without the preceding echo.
I am pretty sure this used to work on an older TCC/LE version... or maybe someone modified the batch file recently.
Can anyone confirm if this happens to them and if it is a regression problem?
Thanks!