Re: [Dev-C++] why does window close after execution? newbie
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Daniel K. O. <dan...@ya...> - 2003-08-02 03:46:00
|
Graham wrote: >My Question Is >is the not a setting in DEV-C that will make it keep the window open?? >eg this is a DEV-C question not a C programming question > > > 1) Go to Tools menu -> Configure tools 2) Click the Add button 3) Type: Title: Run in a DOS box Program: c:\windows\command.com Working directory: <PROJECTPATH> Parameters: /K <EXENAME> 4) Every time you want to run it, go to Tools -> Run in a DOS box. Daniel K. O. |