mirror of
https://github.com/reactos/reactos.git
synced 2025-06-02 07:56:16 +00:00
![]() - Introduce back the CTTY command (that normally only exists on DOS versions of COMMAND.COM but doesn't on Windows NT' CMD.EXE), whose aim is to "change the active terminal" (syntax: CTTY <dos_device>). To achieve that we actually redirect STDIN, STDOUT and STDERR to read/write handles opened to the <dos_device>. This is very handy when it comes to redirecting all the standard handles to e.g. a serial terminal ("CTTY COM1" for example). - Fix some typos in the resources. svn path=/trunk/; revision=76029 |
||
---|---|---|
.. | ||
applications | ||
services | ||
setup | ||
shell | ||
system | ||
CMakeLists.txt |