Top "Windows-console" questions

Windows character mode applications using the functions provided by the console I/O functions.

Logical operators ("and", "or") in DOS batch

How would you implement logical operators in DOS Batch files?

batch-file cmd logical-operators windows-console
How to use unicode characters in Windows command line?

We have a project in Team Foundation Server (TFS) that has a non-English character (š) in it. When trying to script …

unicode command-line input windows-console
Assign output of a program to a variable using a MS batch file

I need to assign the output of a program to a variable using a MS batch file. So in GNU …

batch-file cmd variable-assignment windows-console
Which font is used in MS-DOS?

Does anyone know which is the font that the Windows console/MS-DOS uses?

fonts font-face true-type-fonts windows-console
Output unicode strings in Windows console app

Hi I was trying to output unicode string to a console with iostreams and failed. I found this: Using unicode …

c++ unicode iostream windows-console
Windows echo command can't echo a user-set variable

What did I do to screw up my CMD shell? Windows XP Pro, open a cmd window and do: C:\&…

windows batch-file cmd environment-variables windows-console
Displaying Unicode in Powershell

What I'm trying to achieve should be rather straightforward although Powershell is trying to make it hard. I want to …

powershell unicode utf-8 terminal windows-console
keep command line window open when running scheduled task executing batch file

I would like to have the console window kept open when running a scheduled task which executes a batch file. …

scheduled-tasks batch-processing windows-console
C++ Executing CMD Commands

I'm having a serious problem here. I need to execute a CMD command line via C++ without the console window …

c++ windows winapi cmd windows-console
How can I write to the console window for debugging?

Can I display the result of a loop in the console window in a VCL application for debugging purposes?

delphi windows-console