Top "Console-application" questions

A console application is a computer program designed to be used via a text-only computer interface, such as a text terminal, the command line interface of some operating systems (Unix, DOS, etc.

What happens when you close a c++ console application

I guess the question says it all, but, what happens if someone closes a c++ console app? As in, clicks …

c++ winapi console-application
How can I write fast colored output to Console?

I want to learn if there is another (faster) way to output text to the console application window using C# .…

c# .net console-application
Is it possible to send Toast notification from console application?

Is it possible to send Toast notifications from console application using ToastNotificationManager ? I know that it is possible to send …

c# windows notifications win-universal-app console-application
Is there a way to format the output format in .NET Core logging?

I'm using the built in logging provider for logging into the console (Microsoft.Extensions.Logging.Console) in a .NET Core …

c# logging console-application .net-core
How do I add a form to a console app so that user can select file?

I have created a console application and have it working the way I want it to. Using the "Add Item" &…

c# winforms console-application openfiledialog
Getting the exit code of an application started with the "cmd" and "start" commands

I have a console application. Interaction with this application is done via TCP/IP. I also have a test framework …

windows batch-file console-application command-prompt exit-code
Yii2 - Getting unknown property: yii\console\Application::user

I am trying to run a console controller from the terminal, but i am getting this errors every time Error: …

php yii yii2 console-application yii2-advanced-app
How can a C# Windows Console application tell if it is run interactively

How can a Windows console application written in C# determine whether it is invoked in a non-interactive environment (e.g. …

c# console-application user-interaction
Use custom console for Visual Studio Console Application Debugging

Is it possible to set Visual Studio to use a non-standard console when debugging a Console Application? I'm not sure …

visual-studio-2010 debugging console console-application
what is the difference between win32 application, windows form application and console application?

I want to know what is the difference between windows form application, win32application ana console, i know that both …

c++ windows console-application win32gui