Question About C: Prompt In Windows 2000?!?

BChico

Platinum Member
May 27, 2000
2,742
0
71
I am trying to run a c prompt program, after i put in my information, the program shuts down too quickly for me to see the result, how can i make it stay up longer?
 

Namuna

Platinum Member
Jun 20, 2000
2,435
1
0
hehe, sounds like a batch file.

Put 'pause' at the end of the line. It'll force the window to stay open until you press any key.
 

Namuna

Platinum Member
Jun 20, 2000
2,435
1
0
Actually, if you're running a command line proggy...

Open a command line first and then run the prog from the command line. Therefore it won't quit after you run it.