How can I open a console window and run a command line?

A

Allen Maki

I would appreciate if someone helps me.



I am reading a book called MS visual c++ .net step by step. I am using
Visual C++ .net version 2003. I am trying to learn reading from file
using system::io. I have been asked to build the application, open a
console window, change to the project's Debug directory, and run the program
with a suitable command line, such as Cppfiles sa.



Can anybody tell me how can I open a console window and run the program?
 
V

Vadym Stetsyak

Hello, Allen!

In window Start -> Run -> type cmd ->
type the path and/or name of programe you want to lauch ->
type arguments you want to specify -> hit "enter" key


AM> I would appreciate if someone helps me.



AM> I am reading a book called MS visual c++ .net step by step. I am
AM> using
AM> Visual C++ .net version 2003. I am trying to learn reading from
AM> file
AM> using system::io. I have been asked to build the application, open
AM> a
AM> console window, change to the project's Debug directory, and run the
AM> program
AM> with a suitable command line, such as Cppfiles sa.



AM> Can anybody tell me how can I open a console window and run the
AM> program?



--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top