Merge 14551:14980 from trunk
[reactos.git] / reactos / subsys / system / cmd / files.txt
1 Archive Contents
2 ~~~~~~~~~~~~~~~~
3 bugs.txt Bug List
4 files.txt This file list
5 history.txt History of the shell development
6 license.txt GNU license - applies to all files named here
7 readme.txt General shell info
8 todo.txt What I have to do
9 wishlist.txt Wish List
10
11 makefile experimental makefile
12 makefile.lcc makefile for lcc-win
13
14 alias.c Alias code
15 alias.h Alias header file
16 attrib.c Implements attrib command
17 batch.c Batch file interpreter
18 beep.c Implements beep command
19 call.c Implements call command
20 chcp.c Implements chcp command
21 choice.c Implements choice command
22 cls.c Implements cls command
23 cmdinput.c Command-line input functions
24 cmdtable.c Table of available internal commands
25 cmd.c Main code for command-line interpreter
26 cmd.h Command header file
27 color.c Implements color command
28 console.c Windows console handling code
29 copy.c Implements copy command
30 date.c Implements date command
31 del.c Implements del command
32 dir.c Directory listing code
33 dirstack.c Directory stack code (PUSHD and POPD)
34 echo.c Implements echo command
35 error.c Error Message Routines
36 filecomp.c Filename completion functions
37 for.c Implements for command
38 free.c Implements free command
39 goto.c Implements goto command
40 history.c Command-line history handling
41 if.c Implements if command
42 internal.c Internal commands (DIR, RD, CD, etc)
43 label.c Implements label command
44 locale.c Locale handling code
45 memory.c Implements memory command
46 misc.c Misc. Functions
47 msgbox.c Implements msgbox command
48 move.c Implements move command
49 path.c Implements path command
50 pause.c Implements pause command
51 prompt.c Prompt handling functions
52 redir.c Redirection and piping parsing functions
53 ren.c Implements rename command
54 set.c Implements set command
55 shift.c Implements shift command
56 time.c Implements time command
57 timer.c Implements timer command
58 type.c Implements type command
59 ver.c Implements ver command
60 where.c Code to search path for executables
61 verify.c Implements verify command