Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
July 13, 2003
To echo a tab character in a batch file:
1. Edit your batch file in Notepad.
2. Depress the Tab key in the appropriate places in your echo command line.
If you type the following, replacing each occurance of with the Tab key:
@echo %computername%%UserName%#
The following should be displayed:
JSI009 Jerry #
You May Also Like