Tagged Questions
4
votes
3answers
721 views
How can a C# Windows Console application tell if it is run interactively
How can a Windows console application written in C# determine whether it is invoked in a non-interactive environment (e.g. from a service or as a scheduled task) or from an environment capable of ...