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.

.NET Console Application Exit Event

In .NET, is there a method, such as an event, for detecting when a Console Application is exiting? I need …

.net console-application complexity-theory
Masking password input from the console : Java

How to mask a password from console input? I'm using Java 6. I've tried using console.readPassword(), but it wouldn't work. …

java console passwords console-application masking
C++ Detect when user presses arrow key

I have been having a problem with detecting arrow key presses in my C++ console application. I have tried everything …

c++ windows-8 console-application arrow-keys
How to run console application from Windows Service?

I have a windows service, written in c# and I need to run a console application from it. Console application …

c# windows-services console-application
.NET Global exception handler in console application

Question: I want to define a global exception handler for unhandled exceptions in my console application. In asp.net, one …

c# .net vb.net exception-handling console-application
How do I make my java application open a console/terminal window?

Is there any way I can make an executable .jar that will open up the command line when double clicked? …

java console-application executable-jar
windows form .. console.writeline() where is console?

I created a windows form solution and in the constructor of a class I called Console.WriteLine("constructer called") But …

c# .net winforms console-application
Hide Console Window in C# Console Application

The thing is, i really dont want the console window to show up...but the solution should be running. My …

.net console-application
How to run a .NET console application in the background

I have a console application written in C# that is scheduled to run every 15 minutes or so using the built-in …

c# console-application
What's a good Java, curses-like, library for terminal applications?

I would like to write a Java terminal application that does screen manipulation. Are there any good libraries out there …

java terminal console console-application gnu-screen