21
1
On a windows batch file, what is the proper way to echo a TAB?
echo A<TAB>B<TAB>C
I know I can type the TAB char between entries, but most editors will display it as a sequence of spaces. Some will even automatically convert them to spaces, I'm looking for something more visual.
Clarification: <TAB> here means the real tab char. I'm looking for the the C \t in a batch script.

You tried editors and found "most" display tab as a sequence of spaces? which are those? The first editor i'd have tried is notepad and that displays tabs as tabs. – barlop – 2011-11-13T19:12:28.753