Skip to main content
4 votes
2 answers
108 views

Using CMake 3.25, I want to print an error message which has the following structure: Error message. Possible reasons: - reason 1 - reason 2 I tried a simple message command with a multi-line ...
Lyubomir Filipov's user avatar
0 votes
1 answer
71 views

after running Flask I saw this output on the console. How do I disable it and what is it? I have no idea how it appeared and I use it. Thx for any ideas * Serving Flask app 'app' * Debug mode: on ...
user27287283's user avatar
-2 votes
1 answer
145 views

I have C# app1 that starts the C# console app2 and reads the console standard output values of it. Normally I am reading the outputs with code below (app1) public void read_values_from_app2 { ...
Mdarende's user avatar
  • 793
1 vote
0 answers
16 views

I have a question about the order of output from a Powershell script. The order changes if I run the code from a script compared to just running it line for line in the console. I'd like to ...
Matthew McDonald's user avatar
-2 votes
1 answer
318 views

How to create file tree from list of (str, int)? I already tried to find ways to solve this problem, but I managed to find code for working with files, not a list of strings. Example of input: [ ('...
wowlikon's user avatar
0 votes
1 answer
218 views

This is what i have put in "executr windows batch command" - "dotnet restore "C:\Users\nraut.SIPL.jenkins\workspace\WebNetAgentSln\WCFServiceGX.sln" dotnet build "C:\...
user avatar
1 vote
1 answer
430 views

I have a procedure to capture a hidden Command Prompt window and display the output in a TMemo. This is the same/similar code that is posted all over the internet and Stack Overflow: var Form1: ...
Some1Else's user avatar
  • 849
2 votes
0 answers
263 views

My Jenkins job has around 25000 lines of console output If I open the job and choose the option as 'Show in Plain Text', complete output is displayed within seconds. But, if I choose the option ...
John's user avatar
  • 58
1 vote
2 answers
4k views

I have the Blazor component library, I need to debug it. The library can be used in Blazor WASM and Blazor Server-Side Apps. For debug purposes I do some console output: Console.WriteLine("Hello!&...
Eugeniy  Maksimov's user avatar
0 votes
1 answer
74 views

I have unwanted outputs in the console from zarr.open() method. It does not have 'verbose-like' parameter. How can I get rid of those input console ? I'm currently trying to open .ims files (Imaris ...
Willy Lutz's user avatar
0 votes
0 answers
288 views

When accessing remote datasets with xarray.open_dataset, warnings or errors sometimes show up in my console. Capturing messages written to sys.stderr or sys.stdout is certainly possible (or one can ...
FlorianK's user avatar
1 vote
1 answer
196 views

Recently, I found out about the spvoice interface. Therefore, I wanted to make a small program that makes Powershell say something I type into it. So, I made this: $Voice = New-Object -ComObject Sapi....
PlatoHero's user avatar
1 vote
1 answer
807 views

I am attempting to redirect a process running a command prompt to output to a WPF textbox. I found some very helpful code in a previous question here that got me most of the way. The redirect works, ...
arrowSpace's user avatar
1 vote
0 answers
43 views

Alright, so I'm pulling my hair out over this one. I have a VBScript that calls other VBScripts, and I need it to output the errors to text files, since the scripts should be running non-interactively....
Benjamin Krausse DB's user avatar
1 vote
2 answers
2k views

I have this working on Visual Studio 2019 using code pages: #include <windows.h> #include <iostream> int main() { UINT oldcp = GetConsoleOutputCP(); SetConsoleOutputCP(932); ...
Topological Sort's user avatar

15 30 50 per page
1
2 3 4 5
8