TC Fails to Quote Filenames on Command Line
Posted: 2019-02-08, 17:52 UTC
When putting filenames on the command line (Ctrl+Enter), TC fails to quote files with commas, apostrophes, etc., so programs interpret a single filename as multiple arguments.
It never hurts to quote, but the behavior should probably mirror cmd.exe's tab completion, which means that any file or directory name with these characters should be quoted (probably unicode, too):
"' !%&(),;[]^`{}~+="
I've reported this before, but perhaps as a feature request. It actually should be categorized as a bug since TC doesn't put the filename on the command line in a usable format.
Thank you for TC, Christian! I hope this gets fixed.
It never hurts to quote, but the behavior should probably mirror cmd.exe's tab completion, which means that any file or directory name with these characters should be quoted (probably unicode, too):
"' !%&(),;[]^`{}~+="
I've reported this before, but perhaps as a feature request. It actually should be categorized as a bug since TC doesn't put the filename on the command line in a usable format.
Thank you for TC, Christian! I hope this gets fixed.
