In my WindowsXP/dos window, how do I grep for a tab?

I try
> grep "\t" file.txt
which gives me every line with a "t" in it, not tab.

Thank you