Subversion Repositories SvarDOS

Rev

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

Rev 1642 Rev 1643
Line 1... Line 1...
1
 
1
 
2
  +------------------------------------------------------------------------+
2
  +------------------------------------------------------------------------+
3
  | For a detailed help on any given command, either run the command with  |
3
  | For a detailed help on any given command, either run the command with  |
4
  | the /? argument or consult the documentation in %%DOSDIR%%\DOC\.       |
4
  | the /? argument or consult the documentation in %%DOSDIR%%\DOC\.         |
5
  +------------------------------------------------------------------------+
5
  +------------------------------------------------------------------------+
6
 
6
 
7
 
7
 
8
%hInternal (SvarCOM) commands
8
%hInternal (SvarCOM) commands
9
 
9
 
Line 23... Line 23...
23
IF         Performs conditional processing in batch programs.
23
IF         Performs conditional processing in batch programs.
24
LN         Manipulates global executable links.
24
LN         Manipulates global executable links.
25
MD/MKDIR   Creates a directory.
25
MD/MKDIR   Creates a directory.
26
PATH       Displays or sets search path for executable files.
26
PATH       Displays or sets search path for executable files.
27
PAUSE      Suspends processing of a batch program.
27
PAUSE      Suspends processing of a batch program.
28
PROMPT     Changes the DOS command prompt
28
PROMPT     Changes the DOS command prompt.
29
RD/RMDIR   Removes/deletes a directory.
29
RD/RMDIR   Removes/deletes a directory.
30
REM        Records comments/remarks in a batch file.
30
REM        Records comments/remarks in a batch file.
31
REN/RENAME Renames one or more files or directories.
31
REN/RENAME Renames one or more files or directories.
32
SET        Displays, sets or removes environment variables .
32
SET        Displays, sets or removes environment variables.
33
SHIFT      Changes the position of arguments in a batch file.
33
SHIFT      Changes the position of arguments in a batch file.
34
TIME       Displays or sets the system time.
34
TIME       Displays or sets the system time.
35
TRUENAME   Returns a fully qualified path or filename.
35
TRUENAME   Returns a fully qualified path or filename.
36
TYPE       Displays the contents of a text file.
36
TYPE       Displays the contents of a text file.
37
VER        Displays the DOS kernel and shell versions.
37
VER        Displays the DOS kernel and shell versions.
Line 39... Line 39...
39
VOL        Displays the disk volume label and serial number.
39
VOL        Displays the disk volume label and serial number.
40
 
40
 
41
 
41
 
42
%hExternal commands
42
%hExternal commands
43
 
43
 
44
AMB        Ancient Machine Book book reader for .AMB files.
44
AMB        Ancient Machine Book book reader for .AMB files (used by HELP).
45
ATTRIB     Displays or changes file attributes.
45
ATTRIB     Displays or changes file attributes.
46
CHKDSK     Checks a disk and displays a status report.
46
CHKDSK     Checks a disk and displays a status report.
47
CHOICE     Presents a choice to the user and waits for a key.
47
CHOICE     Presents a choice to the user and waits for a key.
48
COMMAND    SvarCOM Command-line interpreter
48
COMMAND    SvarCOM Command-line interpreter.
49
DEBUG      Tool that aids developers in inspecting code.
49
DEBUG      Tool that aids developers in inspecting code.
50
DELTREE    Deletes directories with all their contents.
50
DELTREE    Deletes directories with all their contents.
51
DISKCOPY   Copies the contents of one floppy disk to another.
51
DISKCOPY   Copies the contents of one floppy disk to another.
52
DISPLAY    Driver for code page management.
52
DISPLAY    Driver for code page management.
53
FC         Compares files and displays its differences.
53
FC         Compares files and displays its differences.