reactos/rosapps/cmd
Eric Kohl 8bbcdc3d4a Fixed current directory handling
Added new prompt functions
Fixed dangling pointer bug in copy command

svn path=/trunk/; revision=874
1999-12-15 00:50:41 +00:00
..
alias.c Fixed bugs and added DIRS command. 1999-10-23 18:17:37 +00:00
attrib.c Minor fixes. 1999-10-03 22:20:33 +00:00
batch.c Minor fixes. 1999-10-03 22:20:33 +00:00
batch.h changes to make cmd compile (not link) 1999-03-21 21:32:45 +00:00
beep.c changes to make cmd compile (not link) 1999-03-21 21:32:45 +00:00
bugs.txt Added Eric Kohl's port of freedos command 1999-03-20 20:28:42 +00:00
call.c Minor fixes. 1999-10-03 22:20:33 +00:00
chcp.c Minor fixes. 1999-10-03 22:20:33 +00:00
choice.c Minor fixes. 1999-10-03 22:20:33 +00:00
cls.c changes to make cmd compile (not link) 1999-03-21 21:32:45 +00:00
cmd.c Fixed current directory handling 1999-12-15 00:50:41 +00:00
cmd.h Fixed current directory handling 1999-12-15 00:50:41 +00:00
cmd.rc added resource script with version information 1999-09-04 20:50:34 +00:00
cmdinput.c 4nt's CTRL-D and CRTL-K support 1999-12-09 19:20:47 +00:00
cmdtable.c Fixed current directory handling 1999-12-15 00:50:41 +00:00
cmdver.h added resource script with version information 1999-09-04 20:50:34 +00:00
color.c fixed compiler warnings 1999-12-04 14:54:50 +00:00
config.h new history implementation, not complete yet... 1999-12-06 19:26:49 +00:00
console.c Fixed current directory handling 1999-12-15 00:50:41 +00:00
copy.c Fixed current directory handling 1999-12-15 00:50:41 +00:00
date.c Added MSGBOX and TIMER commands. 1999-08-29 22:31:43 +00:00
del.c Fixed current directory handling 1999-12-15 00:50:41 +00:00
delay.c Minor fixes. 1999-10-03 22:20:33 +00:00
dir.c Fixed current directory handling 1999-12-15 00:50:41 +00:00
dirstack.c Fixed bugs and added DIRS command. 1999-10-23 18:17:37 +00:00
echo.c Added echos, echoerr and echoserr commands. 1999-10-03 22:15:33 +00:00
error.c Fixed batch mode bugs. 1999-10-28 23:09:59 +00:00
filecomp.c TAS searches in internal commands too 1999-12-07 18:16:24 +00:00
files.txt Added some more commands. Thanks to Dr. Faustus. 1999-09-12 18:23:31 +00:00
for.c Added some more commands. Thanks to Dr. Faustus. 1999-09-12 18:23:31 +00:00
free.c Added some more commands. Thanks to Dr. Faustus. 1999-09-12 18:23:31 +00:00
goto.c changes to make cmd compile (not link) 1999-03-21 21:32:45 +00:00
history.c 4nt's CTRL-D and CRTL-K support 1999-12-09 19:20:47 +00:00
history.txt Added some more commands. Thanks to Dr. Faustus. 1999-09-12 18:23:31 +00:00
if.c Added some more commands. Thanks to Dr. Faustus. 1999-09-12 18:23:31 +00:00
internal.c Minor fixes. 1999-10-03 22:20:33 +00:00
label.c changes to make cmd compile (not link) 1999-03-21 21:32:45 +00:00
license.txt Added Eric Kohl's port of freedos command 1999-03-20 20:28:42 +00:00
locale.c Added MSGBOX and TIMER commands. 1999-08-29 22:31:43 +00:00
makefile Implemented 4nt compatible color command. 1999-11-04 11:29:36 +00:00
makefile.lcc Added some more commands. Thanks to Dr. Faustus. 1999-09-12 18:23:31 +00:00
memory.c Added some more commands. Thanks to Dr. Faustus. 1999-09-12 18:23:31 +00:00
misc.c Fixed current directory handling 1999-12-15 00:50:41 +00:00
move.c Fixed current directory handling 1999-12-15 00:50:41 +00:00
msgbox.c Minor fixes. 1999-10-03 22:20:33 +00:00
path.c Fixed bugs in batch file execution. 1999-05-21 00:52:38 +00:00
pause.c changes to make cmd compile (not link) 1999-03-21 21:32:45 +00:00
prompt.c Added MSGBOX and TIMER commands. 1999-08-29 22:31:43 +00:00
readme.txt Fixed bugs and improved del command. 1999-03-30 22:06:36 +00:00
redir.c Fixed bugs in batch file execution. 1999-05-21 00:52:38 +00:00
ren.c changes to make cmd compile (not link) 1999-03-21 21:32:45 +00:00
screen.c Minor fixes. 1999-10-03 22:20:33 +00:00
set.c changes to make cmd compile (not link) 1999-03-21 21:32:45 +00:00
shift.c changes to make cmd compile (not link) 1999-03-21 21:32:45 +00:00
start.c Added simple START command. 1999-07-24 17:18:05 +00:00
strtoclr.c Implemented 4nt compatible color command. 1999-11-04 11:29:36 +00:00
time.c Added some more commands. Thanks to Dr. Faustus. 1999-09-12 18:23:31 +00:00
timer.c Minor fixes. 1999-10-03 22:20:33 +00:00
title.c changes to make cmd compile (not link) 1999-03-21 21:32:45 +00:00
todo.txt Fixed bugs and added DIRS command. 1999-10-23 18:17:37 +00:00
type.c just fixed a stupid bug 1999-11-29 18:25:05 +00:00
ver.c Minor updates and fixes. 1999-09-27 22:15:44 +00:00
verify.c changes to make cmd compile (not link) 1999-03-21 21:32:45 +00:00
vol.c dir workaround 1999-04-16 17:25:39 +00:00
where.c now c:\ do not crash cmd 1999-12-03 18:50:00 +00:00
window.c Added activate command. 1999-10-03 22:16:14 +00:00
wishlist.txt Added Eric Kohl's port of freedos command 1999-03-20 20:28:42 +00:00

ReactOS Command Line Interface "CMD" version 0.1 pre 2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This is the fourth pre-alpha release of CMD.EXE for ReactOS.
It was converted from the FreeDOS COMMAND.COM.


Warning!! Warning!! Warning!!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This is an alpha version! Many features have not been tested!
Be careful when you use commands that write to your disk drives,
they might destroy your files or the file system!!!


Status
~~~~~~
This is a converted version of FreeDOS COMMAND.COM.
I added some commands from WinNT's CMD.EXE.


New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  - Fixed redirection and piping.
    (E.g. you can use "type > file" now.)
  - Added new error redirections "2>" and "2>>".
    (E.g.: "make 2>error.log")
  - Added CHCP command.
  - Fixed environment handling.
  - New makefile for lcc-win (makefile.lcc).
  - Rewrote DEL and MOVE with a new structure.
  - Improved national language support.
  - Fixed filename completion.


Compiling
~~~~~~~~~
I converted CMD using MS Visual C++ 5.0 and Win95. The included makefile
is just an experimental version.

If you want to compile and test CMD with djgpp, modify the makefile as needed.
I put the CMD sources into [reactos\apps], the makefile is written for that
directory.

If you want to compile and test CMD using another compiler, just create
a new console application project and add all *.c and *.h files to it.
It should compile without an error.


Please report bugs which are not listed above.


Good luck

  Eric Kohl <ekohl@abo.rhein-zeitung.de>




FreeDOS Command Line Interface
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
About
~~~~~
This software is part of the FreeDOS project. Please email
freedos@sunsite.unc.edu for more information, or visit the freedos
archive at "ftp://sunsite.unc.edu/pub/micro/pc-stuff/freedos".  Also,
visit our web page at http://www.freedos.org/.

The command.com web site is at

   http://www.gcfl.net/FreeDOS/command.com/


This software has been developed by the following people:
(listed in approximate chronological order of contributions)

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@abo.rhein-zeitung.de>


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)