Thanks for reaching out !
The execd command runs non-interactively, so fgets(stdin) won’t work. To enable input, try using TAEF's RunAs to run the test in user context, or simulate input using a batch script like (echo 8 & echo 1 & echo 0) | test.exe.
Let me know if you need help setting that up.