Subversion Repositories SvarDOS

Rev

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

Rev 638 Rev 961
Line 32... Line 32...
32
 
32
 
33
SvarCOM implements the following internal commands. For help on each command,
33
SvarCOM implements the following internal commands. For help on each command,
34
run it with a "/?" argument.
34
run it with a "/?" argument.
35
 
35
 
36
BREAK       - sets or clears extended CTRL+C checking
36
BREAK       - sets or clears extended CTRL+C checking
-
 
37
CALL        - calls a batch file from within another batch file
37
CD/CHDIR    - displays the name of or changes the current directory
38
CD/CHDIR    - displays the name of or changes the current directory
38
CHCP        - displays or sets the active code page number
39
CHCP        - displays or sets the active code page number
39
CLS         - clears the screen
40
CLS         - clears the screen
40
COPY        - copies one or more files to another location
41
COPY        - copies one or more files to another location
41
DATE        - displays or sets the system date
42
DATE        - displays or sets the system date
42
DEL/ERASE   - deletes one or more files
43
DEL/ERASE   - deletes one or more files
43
DIR         - displays a list of files and subdirectories in a directory
44
DIR         - displays a list of files and subdirectories in a directory
44
ECHO        - displays messages, or turns command-echoing on or off
45
ECHO        - displays messages, or turns command-echoing on or off
45
EXIT        - quits the command.com program (command interpreter)
46
EXIT        - quits the command.com program (command interpreter)
-
 
47
GOTO        - directs batch processing to a labelled line in the batch program
46
IF          - performs conditional processing in batch programs
48
IF          - performs conditional processing in batch programs
47
LN          - adds, deletes and displays global executable links
49
LN          - adds, deletes and displays global executable links
48
MD/MKDIR    - creates a directory
50
MD/MKDIR    - creates a directory
49
PATH        - displays or sets a search path for executable files
51
PATH        - displays or sets a search path for executable files
50
PAUSE       - suspends processing of a batch program
52
PAUSE       - suspends processing of a batch program