reactos/reactos/base
Hermès Bélusca-Maïto b896e9a9c3 [CMD]: New CTTY command.
- 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
2017-10-02 17:03:01 +00:00
..
applications [REACTOS] Replace comparison against TRUE with comparison against FALSE 2017-10-01 14:42:04 +00:00
services [REACTOS] Replace comparison against TRUE with comparison against FALSE 2017-10-01 14:42:04 +00:00
setup [REACTOS] Replace comparison against TRUE with comparison against FALSE 2017-10-01 14:42:04 +00:00
shell [CMD]: New CTTY command. 2017-10-02 17:03:01 +00:00
system [REACTOS] Replace comparison against TRUE with comparison against FALSE 2017-10-01 14:42:04 +00:00
CMakeLists.txt * Revert r73869 because wmi was mentioned nowhere in CORE-9111, nor in our tree restructure wiki, nor any developers discussions. This is the ReactOS trunk, not a branch. 2017-02-21 09:04:05 +00:00