mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
Support latest MinGW releases. Support building on linux. svn path=/trunk/; revision=3454
ReactOS command line interpreter CMD version 0.1.1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The ReactOS command line interpreter CMD is derived from FreeCOM, the FreeDOS command line interpreter. We are going for 4NT compatibility but try to stay compatible with WinNT's CMD.EXE too. Compiling ~~~~~~~~~ Cmd can be built in two different versions. A full version for use under Windows 9x or Windows NT and a reduced version for use under ReactOS. Note: The full version won't run on ReactOS and the reduced version is not usable under Win 9x/NT. To build the full version, make sure the symbol '__REACTOS__' is NOT defined in 'rosapps/cmd/config.h' line 13. To build the reduced version, make sure the symbol '__REACTOS__' is defined in 'rosapps/cmd/config.h' line 13. Current Features ~~~~~~~~~~~~~~~~ - environment handling with prompt and path support. - directory utilities. - command-line history with doskey-like features. - batch file processing. - input/output redirection and piping. - alias support. - filename completion (use TAB) (this is still incomplete) Credits ~~~~~~~ FreeDOS developers: [email protected] (Tim Norman) [email protected] (Matt Rains) [email protected] (Evan Jeffrey) [email protected] (Steffen Kaiser) Svante Frey ([email protected]) Oliver Mueller ([email protected]) Aaron Kaufman ([email protected]) Marc Desrochers ([email protected]) Rob Lake ([email protected]) John P. Price <[email protected]> Hans B Pufal <[email protected]> ReactOS developers: Eric Kohl <[email protected]> Emanuele Aliberti <[email protected]> Paolo Pantaleo <[email protected]> Bugs ~~~~ Batch file handling is still untested or buggy. Please report any bug you find. Please report bugs to Eric Kohl <[email protected]>. Good luck Eric Kohl