Line 34... |
Line 34... |
34 |
DATE - displays or sets the system date
|
34 |
DATE - displays or sets the system date
|
35 |
DEL/ERASE - deletes one or more files
|
35 |
DEL/ERASE - deletes one or more files
|
36 |
DIR - displays a list of files and subdirectories in a directory
|
36 |
DIR - displays a list of files and subdirectories in a directory
|
37 |
ECHO - displays messages, or turns command-echoing on or off
|
37 |
ECHO - displays messages, or turns command-echoing on or off
|
38 |
EXIT - quits the command.com program (command interpreter)
|
38 |
EXIT - quits the command.com program (command interpreter)
|
39 |
FOR - runs a specified command for each file in a set of files
|
39 |
FOR - runs a specified command for each element in a list
|
40 |
GOTO - directs batch processing to a labelled line in the batch program
|
40 |
GOTO - directs batch processing to a labelled line in the batch program
|
41 |
IF - performs conditional processing in batch programs
|
41 |
IF - performs conditional processing in batch programs
|
42 |
LN - adds, deletes and displays global executable links
|
42 |
LN - adds, deletes and displays global executable links
|
43 |
MD/MKDIR - creates a directory
|
43 |
MD/MKDIR - creates a directory
|
44 |
PATH - displays or sets a search path for executable files
|
44 |
PATH - displays or sets a search path for executable files
|
45 |
PAUSE - suspends processing of a batch program
|
45 |
PAUSE - suspends processing of a batch program
|
46 |
PROMPT - changes the DOS command prompt
|
46 |
PROMPT - changes the DOS command prompt
|
47 |
RD/RMDIR - removes (deletes) a directory
|
47 |
RD/RMDIR - removes (deletes) a directory
|
48 |
REM - records comments (remarks) in a batch file or CONFIG.SYS
|
48 |
REM - records comments (remarks) in a batch file
|
49 |
REN/RENAME - renames a file, a set of files or a directory
|
49 |
REN/RENAME - renames one or more files or directories
|
50 |
SET - displays, sets or removes DOS environment variables
|
50 |
SET - displays, sets or removes DOS environment variables
|
51 |
SHIFT - changes the position of arguments in a batch file
|
51 |
SHIFT - changes the position of arguments in a batch file
|
52 |
TIME - displays or sets the system time
|
52 |
TIME - displays or sets the system time
|
53 |
TRUENAME - returns a fully qualified path or filename
|
53 |
TRUENAME - returns a fully qualified path or filename
|
54 |
TYPE - displays the contents of a text file
|
54 |
TYPE - displays the contents of a text file
|
55 |
VER - displays the DOS version
|
55 |
VER - displays the DOS kernel and SvarCOM shell versions
|
56 |
VERIFY - tells DOS whether to verify that files are written correctly
|
56 |
VERIFY - tells DOS whether to verify that files are written correctly
|
57 |
VOL - displays the disk volume label and serial number
|
57 |
VOL - displays the disk volume label and serial number
|
58 |
|
58 |
|
59 |
|
59 |
|
60 |
=== INSTALLATION =============================================================
|
60 |
=== INSTALLATION =============================================================
|