- Feb
- 7
- 0
I'm using TCC x64 v13.0 I have a batch file that calls rename. Some of the destination filenames include the [ character, which is legal. However TCC seems to see the [ differently. I'm guessing because it's used for wildcards.
Calling this from the batch file:
rename "Test" "The [Test]"
CC: (Sys) E:\bin\rename_it.bat [33] The system cannot find the file specified.
I've verified that removing only the [ and ] fixes the issue. I can't seem to find a way to turn it off. Is there a way?
Thanks!
Calling this from the batch file:
rename "Test" "The [Test]"
CC: (Sys) E:\bin\rename_it.bat [33] The system cannot find the file specified.
I've verified that removing only the [ and ] fixes the issue. I can't seem to find a way to turn it off. Is there a way?
Thanks!