reactos/base/shell/cmd
Hermès Bélusca-Maïto f982d77b8a
[CONUTILS] Diverse improvements: start doxygenating and add some resource messsage helper functions.
- Start to doxygenate the library, focusing in great details on the
  functions of the "outstream" module.
- Add a K32LoadStringEx function that expands (K32)LoadString by
  allowing a LanguageId parameter to be able to load strings from other
  languages than the current one.
- Add "ConResMsg*" helper functions to be able to (format and) print
  message strings with inserts that come *NOT* from a message table (as
  usual) *BUT* from resource string tables.
  Will be helpful for CORE-14265 in particular.

[CMD] Fix the call to ConMsgPrintfV().
2018-02-02 00:41:54 +01:00
..
lang [TRANSLATIONS] Update the email address and add a note in the Turkish translation document (#271) 2018-01-07 22:09:42 +01:00
res
alias.c
assoc.c
attrib.c
batch.c [CMD] Fix the errorlevel value set by the EXIT command, and when a batch file has run. 2017-11-18 23:52:50 +01:00
batch.h
beep.c
call.c [CMD] Code formatting only. 2017-11-18 23:52:50 +01:00
choice.c
cls.c
CMakeLists.txt
cmd.c [CMD] Addendum to 26ff2c8 and to r40474 / 8cf1106: Fix CMD process exit code. 2017-11-19 00:48:37 +01:00
cmd.h
cmd.rc [CMD] Update the documentation of the FOR command. CORE-5806 2017-11-21 23:47:46 +01:00
cmddbg.c
cmddbg.h
cmdinput.c
cmdtable.c
cmdver.h
color.c
config.h
console.c [CONUTILS] Diverse improvements: start doxygenating and add some resource messsage helper functions. 2018-02-02 00:41:54 +01:00
console.h
copy.c
ctty.c
date.c
del.c [CMD] Fix the del /s command, reported by Pablo De Napoli. CORE-10460 2017-12-03 16:01:44 +01:00
delay.c
dir.c
dirstack.c
echo.c
error.c
filecomp.c
files.txt
for.c
free.c
goto.c
history.c
history.txt
if.c
internal.c [CMD] Fix the errorlevel value set by the EXIT command, and when a batch file has run. 2017-11-18 23:52:50 +01:00
label.c
license.txt
locale.c
memory.c
misc.c
mklink.c
move.c
msgbox.c
parser.c [CMD] Fix support for newlines in the emulated parenthesed set block of the "for" command. 2017-11-17 00:58:45 +01:00
path.c
pause.c
precomp.h
prompt.c
readme.txt
readme2.txt
redir.c
ren.c
ren.txt
replace.c
resource.h
screen.c
set.c
setlocal.c
shift.c
start.c
strtoclr.c
time.c
timer.c
title.c
todo.txt
type.c
ver.c
verify.c
vol.c
where.c
window.c

ReactOS command line interpreter CMD
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The ReactOS command line interpreter CMD is derived from FreeCOM, the
FreeDOS command line interpreter.

We are shooting mainly to be just like 2000/XP cmd.exe.  They are very close and only a small number(none that i can recall off the top of my head, so maybe 0) differences have been found between those two.  It has been reported that ROS cmd.exe does not work on nt4 because of a missing api.  I'm hoping to fix this at some point.


Compiling
~~~~~~~~~
ROS cmd used to depend on __REACTOS__ to provide two different ways to build cmd.  There is still code left in it for this but...  The __REACTOS__ = 0 has not been develped, maintained.  And therefore it does not even compile anymore.  __REACTOS__ = 1 works fine on both windows(nt). and someday i plan to remove all the __REACTOS__ = 0.

Using rbuild you can compile cmd separately by "make cmd_install".  Also you can compile cmd using MSVC 6 and soon 7/8 hopefully.


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), both Bash and Windows-CMD style.


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
   Emanuele Aliberti <ea@iol.it>
   Paolo Pantaleo <paolopan@freemail.it>
   Brandon Turner <turnerb7@msu.edu>


Bugs
~~~~
There are still many bugs ;)
Please report bugs to ReactOS team <ros-dev@reactos.org> or to JIRA at www.reactos.org