-
Sorry if I'm a bit of a newbie when it comes to this, I try to use command line tools as little as possible in my professional life working with mostly Windows and Visual Studio + C# and C++. But once I get the stdin reading in my text, how do I actually end the text input and create the output audio? Running the compiled .exe with powershell via: It enters what appears to be a line by line text input mode that I don't know how to end without closing the program. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Usually CTRL+D |
Beta Was this translation helpful? Give feedback.
Found it, Ctrl+Z for my powershell terminal.