reactos/rosapps/cmd
guido 714d720147 minor fix for 'dist'
svn path=/trunk/; revision=3529
2002-09-22 18:41:16 +00:00
..
.cvsignore Fixes for building with __MINGW32_VERSION 2.1 2002-08-25 06:47:16 +00:00
alias.c
attrib.c
batch.c
batch.h
beep.c
bugs.txt
call.c
chcp.c Fix end of line warning for gcc 3.1 2002-07-15 11:26:07 +00:00
choice.c
cls.c
cmd.c Don't alloc an extra console upon startup. 2002-08-01 10:29:18 +00:00
cmd.h
cmd.rc added patch submitted by Guido de Jong 2002-09-09 22:36:40 +00:00
cmdinput.c
cmdtable.c
cmdver.h Implemented useful rename command. 2001-10-17 18:30:10 +00:00
color.c Fix no new line at end of file gcc 3.1 warrnings 2002-07-15 22:29:32 +00:00
config.h
console.c
copy.c
date.c
del.c
delay.c
dir.c Don't alloc an extra console upon startup. 2002-08-01 10:29:18 +00:00
dirstack.c
echo.c
error.c
filecomp.c
files.txt
for.c Fix no new line at end of file gcc 3.1 warrnings 2002-07-15 22:29:32 +00:00
free.c Fix no new line at end of file gcc 3.1 warrnings 2002-07-15 22:29:32 +00:00
goto.c
history.c Fix no new line at end of file gcc 3.1 warrnings 2002-07-15 22:29:32 +00:00
history.txt
if.c
internal.c Fix no new line at end of file gcc 3.1 warrnings 2002-07-15 22:29:32 +00:00
label.c
license.txt
locale.c
makefile minor fix for 'dist' 2002-09-22 18:41:16 +00:00
memory.c Fix no new line at end of file gcc 3.1 warrnings 2002-07-15 22:29:32 +00:00
misc.c
move.c
msgbox.c
path.c
pause.c
prompt.c
readme.txt
redir.c
ren.c Fixed typeo that prevented compilation 2001-10-17 20:02:52 +00:00
screen.c
set.c
shift.c
start.c
strtoclr.c Fix no new line at end of file gcc 3.1 warrnings 2002-07-15 22:29:32 +00:00
time.c
timer.c
title.c Fix no new line at end of file gcc 3.1 warrnings 2002-07-15 22:29:32 +00:00
todo.txt
type.c
ver.c Implemented useful rename command. 2001-10-17 18:30:10 +00:00
verify.c
vol.c
where.c
window.c
wishlist.txt

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:
   normat@rpi.edu (Tim Norman)
   mrains@apanix.apana.org.au (Matt Rains)
   ejeffrey@iastate.edu (Evan Jeffrey)
   Steffen.Kaiser@Informatik.TU-Chemnitz.DE (Steffen Kaiser)
   Svante Frey (sfrey@kuai.se)
   Oliver Mueller (ogmueller@t-online.de)
   Aaron Kaufman (morgan@remarque.berkeley.edu)
   Marc Desrochers (bitzero@hotmail.com)
   Rob Lake (rlake@cs.mun.ca)
   John P. Price <linux-guru@gcfl.net>
   Hans B Pufal <hansp@digiweb.com>

ReactOS developers:
   Eric Kohl <ekohl@rz-online.de>
   Emanuele Aliberti <ea@iol.it>
   Paolo Pantaleo <paolopan@freemail.it>


Bugs
~~~~
Batch file handling is still untested or buggy. Please report
any bug you find.

Please report bugs to Eric Kohl <ekohl@rz-online.de>.


Good luck

  Eric Kohl