An open API service indexing awesome lists of open source software.

https://github.com/windowsgsm/srcdsconsoleredirect

srcds.exe console output redirection on windows. C# version of https://forums.alliedmods.net/showthread.php?p=2454820
https://github.com/windowsgsm/srcdsconsoleredirect

Last synced: 10 months ago
JSON representation

srcds.exe console output redirection on windows. C# version of https://forums.alliedmods.net/showthread.php?p=2454820

Awesome Lists containing this project

README

          

# SrcdsConsoleRedirect
srcds.exe console output redirection on windows. C# version of https://forums.alliedmods.net/showthread.php?p=2454820

- [SrcdsControl.cs](/SrcdsConsoleRedirect/SrcdsControl.cs) - Provides a output redirection solution on srcds.exe
- [SrcdsProcess.cs](/SrcdsConsoleRedirect/SrcdsProcess.cs) - Srcds Process Simulation (Doesn't work perfectly)

## Notes
This is still not a perfect solution for redirect output on srcds.exe. I upload these scripts to see if it is useful for you and for future purposes.