Hello,
how can I read characters in FPC from Windows console with e.g.:
echo j | fpc.exe
If I start my program this way, it does not react to keyboard input (readkey / keypressed) any more.
What am I doing wrong?
Keys that were pressed before program started are also not read.
---
Lazarus 1.8.2
FPC 3.0.4
Windows 10