Click here to Skip to main content
15,885,757 members
Articles / Programming Languages / C++

Running console applications silently

Rate me:
Please Sign up or sign in to vote.
4.98/5 (27 votes)
3 Jul 2002CPOL2 min read 347.5K   6.6K   101  
Shows how to run a console application without showing the window.
#if !defined(AFX_RUNSILENT_H__0BBA8500_8CFA_11D6_A14A_0000836165BE__INCLUDED_)
#define AFX_RUNSILENT_H__0BBA8500_8CFA_11D6_A14A_0000836165BE__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "resource.h"


#endif // !defined(AFX_RUNSILENT_H__0BBA8500_8CFA_11D6_A14A_0000836165BE__INCLUDED_)

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO Communications Systems Distribution Group
United States United States
I have worked in the field of Information Technology since 1994 and with a number of development languages including Assembly, C++, C#, PHP, and Python.

Comments and Discussions