- Jun
- 71
- 2
How does the usage of %* (percent asterisk) differ in TCC than in CMD?
It appears that I can use this syntax anywhere under CMD. Example:
Code:
echo @echo the args are {%%*}. >test_args.cmd
# Note that this converts to a single percent symbol on disk.
When I run this under TCC, I just get a single asterisk (star) sent to the screen, but when I run it under CMD, I get all the arguments returned between the curly braces. Changing the file type to .btm doesn't help.
In the Take Command Help v.11, "Batch File Parameters", it appears to say that the "percent asterisk" (%*) syntax is supported for Take Command, but I don't see this on my installation.