Virtual Post-It #005
I have noticed some people (esp those new to .NET) can get confused by the Command Window. They inadvertently arrive at the little greater than prompt '>' and can't seem to get the '?' syntax to work anymore. If this means you, then what you need to know is that the Command window actually has two modes; and Immediate Mode and a Command Mode. To switch modes you need to enter the following into the window:
[Immediate] --> [Command]: >cmd
[Command] --> [Immediate]: immed
The immediate mode is used for debugging, the command window is for...well, commands...