- Remove the remaining __USE_W32API, deprecated for ages.
[reactos.git] / reactos / base / shell / cmd / files.txt
1 Archive Contents
2 ~~~~~~~~~~~~~~~~
3 files.txt This file list
4 history.txt History of revsions. Not to date. see svn.reactos.com for more info.
5 license.txt GNU license - applies to all files named here
6 readme.txt General shell info
7 readme2.txt Techincal shell info
8 todo.txt Things that need to be implmented or fixed(including bugs)
9
10 alias.c Alias code
11 alias.h Alias header file
12 attrib.c Implements attrib command
13 batch.c Batch file interpreter
14 beep.c Implements beep command
15 call.c Implements call command
16 chcp.c Implements chcp command
17 choice.c Implements choice command
18 cls.c Implements cls command
19 cmdinput.c Command-line input functions
20 cmdtable.c Table of available internal commands
21 cmd.c Main code for command-line interpreter
22 cmd.h Command header file
23 color.c Implements color command
24 console.c Windows console handling code
25 copy.c Implements copy command
26 date.c Implements date command
27 del.c Implements del command
28 dir.c Directory listing code
29 dirstack.c Directory stack code (PUSHD and POPD)
30 echo.c Implements echo command
31 error.c Error Message Routines
32 filecomp.c Filename completion functions
33 for.c Implements for command
34 free.c Implements free command
35 goto.c Implements goto command
36 history.c Command-line history handling
37 if.c Implements if command
38 internal.c Internal commands (DIR, RD, CD, etc)
39 label.c Implements label command
40 locale.c Locale handling code
41 memory.c Implements memory command
42 misc.c Misc. Functions
43 msgbox.c Implements msgbox command
44 move.c Implements move command
45 path.c Implements path command
46 pause.c Implements pause command
47 prompt.c Prompt handling functions
48 redir.c Redirection and piping parsing functions
49 ren.c Implements rename command
50 replace.c Implements replace command
51 set.c Implements set command
52 shift.c Implements shift command
53 time.c Implements time command
54 timer.c Implements timer command
55 type.c Implements type command
56 ver.c Implements ver command
57 where.c Code to search path for executables
58 verify.c Implements verify command