Subj : Re: Windows Prompt Runtimes SHORT-Debug To : borland.public.cpp.borlandcpp From : Jeremy Pham Date : Sat Jun 19 2004 02:48 pm Bob Gonder wrote: >Either execute the exe from a command line instead of from inside the >IDE, or add a "pause" just before the program exits. >The pause could be a Sleep(), or more often, a getch(); > > Would that be similar to inputting the "main()" command in the C language? Would I have to actually type in "sleep()" or "getch()" in the text edit of Borland? Thanks. Jeremy Pham .