Using Window Command Prompt to run .cpp file

I'd like to compile and run my code/program from standard Windows Command Prompt
********************************************************************
Microsoft Windows XP [version 5.1.2600]
<C> Copyright 1985-2001 Microsoft Corp

C:\Documents and Settings\Owner>
********************************************************************


I know how to do this okay in the Visual Studio 2008 Command Prompt using C++ Exception Handling (/EHsc).

*********************************************************************
Setting environment for using Microsoft Visual Studio 2008 x86 tools.

C:\Program Files\Microsoft Visual Sudio 9.0\VC>
*********************************************************************

However, any attempt to use cl /EHsc mycode.cpp in standard Command Line Prompt, it doesn't seem to do anything?

TBH this is making it hard for me to practice my skills from PCs without Visual Studio.

I'd appreciate it if anyone can show me the steps in doing this.
As always counting on your support.

Many thanks
Hiya,

I don't suppose anyone has had the chance to review my above?

Cheers
And do you defiantly need it to run the .cpp? I know how to run the program .exe from windows command prompt, but it sound's like that mightn't be of use to you...
Topic archived. No new replies allowed.