Subversion Repositories SvarDOS

Rev

Rev 1643 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1643 Rev 1644
Line 13... Line 13...
13
CHCP       Displays or sets the active code page number.
13
CHCP       Displays or sets the active code page number.
14
CLS        Clears the screen.
14
CLS        Clears the screen.
15
COPY       Copies one or more files to another location.
15
COPY       Copies one or more files to another location.
16
DATE       Displays or sets the system date.
16
DATE       Displays or sets the system date.
17
DEL/ERASE  Deletes one or more files.
17
DEL/ERASE  Deletes one or more files.
18
DIR        ListS files and subdirectories in a directory.
18
DIR        Lists files and subdirectories in a directory.
19
ECHO       Displays messages, or toggles command-echoing.
19
ECHO       Displays messages, or toggles command-echoing.
20
EXIT       Quits the command interpreter program.
20
EXIT       Quits the command interpreter program.
21
FOR        Runs a specified command for each listed element.
21
FOR        Runs a specified command for each listed element.
22
GOTO       Directs batch processing to a labelled line.
22
GOTO       Directs batch processing to a labelled line.
23
IF         Performs conditional processing in batch programs.
23
IF         Performs conditional processing in batch programs.