TCC v16
If a batch file has:
echo 1
svn status
echo 2
and I run the batch file, then I see "1", followed by the "svn status" output, followed by the "2".
But if "svn" is an alias, then running the batch file results in "1", followed by the "svn status" output. And then
a TCC prompt. I have to use "exit" and then I see "2" and my TCC prompt.
Why is an alias in a batch file causing a second TCC shell to be started - and not exit? Is there a workaround?
If a batch file has:
echo 1
svn status
echo 2
and I run the batch file, then I see "1", followed by the "svn status" output, followed by the "2".
But if "svn" is an alias, then running the batch file results in "1", followed by the "svn status" output. And then
a TCC prompt. I have to use "exit" and then I see "2" and my TCC prompt.
Why is an alias in a batch file causing a second TCC shell to be started - and not exit? Is there a workaround?