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
- Host: GitHub
- URL: https://github.com/windowsgsm/srcdsconsoleredirect
- Owner: WindowsGSM
- License: mit
- Created: 2022-10-10T23:55:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T22:47:52.000Z (over 3 years ago)
- Last Synced: 2025-04-01T21:51:15.317Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.