I'm trying to follow the TicTacToe program under the help Smart Device Samples. Here are 3 steps they call for:

' TODO: 1) Open a Visual Studio .NET Command Prompt;
' TODO: 2) Navigate to the folder containing this solution
' TODO: 3) Run "setupGameControl.bat"

I think I figured out step 1, i.e. open the Command Window and type >cmd to produce the ">" command prompt (vs the immediate mode)

But, I have no clue how I "navigate" to a folder from there.
I've tried a number of things and only gotten my hand slapped each time.

So, how do you "navigate" to a folder and run a batch file?

Thanks, DaveBo