Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Using Tabs in PowerShell

Summary: Learn about creating tabs in Windows PowerShell by using the t in a script to produce a tab? Answer: "`thi" Question: That syntax above is ugly. What happens if I put a space in it like this: “`t hi”? Answer: If you include a space in the line like “`t hi”, then you will tab over one tab stop and one additional...