Files
reactos/rosapps/cmd
Casper Hornstrup 068a37b1cd Don't try to build modules that won't build.
Support latest MinGW releases.
Support building on linux.

svn path=/trunk/; revision=3454
2002-09-03 18:44:19 +00:00
..
1999-10-23 18:17:37 +00:00
1999-10-03 22:20:33 +00:00
1999-03-21 21:32:45 +00:00
2000-04-08 14:50:47 +00:00
1999-10-03 22:20:33 +00:00
2002-07-15 11:26:07 +00:00
1999-10-03 22:20:33 +00:00
1999-03-21 21:32:45 +00:00
2000-07-19 06:58:13 +00:00
2001-10-17 18:30:10 +00:00
2000-04-08 14:50:47 +00:00
1999-12-15 00:50:41 +00:00
2000-04-08 14:50:47 +00:00
1999-08-29 22:31:43 +00:00
1999-12-15 00:50:41 +00:00
1999-10-03 22:20:33 +00:00
1999-10-23 18:17:37 +00:00
2000-07-19 06:58:13 +00:00
1999-10-28 23:09:59 +00:00
1999-03-21 21:32:45 +00:00
2000-07-19 06:58:13 +00:00
1999-03-21 21:32:45 +00:00
1999-08-29 22:31:43 +00:00
1999-12-15 00:50:41 +00:00
1999-12-15 00:50:41 +00:00
1999-10-03 22:20:33 +00:00
1999-05-21 00:52:38 +00:00
1999-03-21 21:32:45 +00:00
1999-08-29 22:31:43 +00:00
2000-07-19 06:58:13 +00:00
2001-10-14 18:30:56 +00:00
2001-10-17 20:02:52 +00:00
1999-10-03 22:20:33 +00:00
1999-03-21 21:32:45 +00:00
1999-03-21 21:32:45 +00:00
1999-10-03 22:20:33 +00:00
1999-10-23 18:17:37 +00:00
2001-10-17 18:30:10 +00:00
2001-04-26 11:31:33 +00:00
2001-04-26 11:31:33 +00:00
1999-10-03 22:16:14 +00:00
2001-02-22 23:46:45 +00:00

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