How to print text to console?

I’m using Processing 3.5.4 (Windows 10) and I want to write a command line app with arguments and text output to the console. I found this:
handling command line arguments in a sketch
I exported the code to Windows exe and ran it as command line. But I couldn’t see any text message.
My question, how do I get the text output to the console where I entered the command?

1 Like

Short answer: don’t make an exe, run program in processing IDE. Console is in the lower window