Subversion Repositories SvarDOS

Rev

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

Rev 1516 Rev 1642
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
 
-
 
10
BREAK      Sets or clears CTRL+C checking.
-
 
11
CALL       Calls a batch file from within another batch file.
-
 
12
CD/CHDIR   Displays name or changes the current directory.
-
 
13
CHCP       Displays or sets the active code page number.
10
NOT YET DOCUMENTED (WRITE ME!)
14
CLS        Clears the screen.
-
 
15
COPY       Copies one or more files to another location.
-
 
16
DATE       Displays or sets the system date.
-
 
17
DEL/ERASE  Deletes one or more files.
-
 
18
DIR        ListS files and subdirectories in a directory.
-
 
19
ECHO       Displays messages, or toggles command-echoing.
-
 
20
EXIT       Quits the command interpreter program.
-
 
21
FOR        Runs a specified command for each listed element.
-
 
22
GOTO       Directs batch processing to a labelled line.
-
 
23
IF         Performs conditional processing in batch programs.
-
 
24
LN         Manipulates global executable links.
-
 
25
MD/MKDIR   Creates a directory.
-
 
26
PATH       Displays or sets search path for executable files.
-
 
27
PAUSE      Suspends processing of a batch program.
-
 
28
PROMPT     Changes the DOS command prompt
-
 
29
RD/RMDIR   Removes/deletes a directory.
-
 
30
REM        Records comments/remarks in a batch file.
-
 
31
REN/RENAME Renames one or more files or directories.
-
 
32
SET        Displays, sets or removes environment variables .
-
 
33
SHIFT      Changes the position of arguments in a batch file.
-
 
34
TIME       Displays or sets the system time.
-
 
35
TRUENAME   Returns a fully qualified path or filename.
-
 
36
TYPE       Displays the contents of a text file.
-
 
37
VER        Displays the DOS kernel and shell versions.
-
 
38
VERIFY     Verifies that files are written correctly.
-
 
39
VOL        Displays the disk volume label and serial number.
11
 
40
 
12
 
41
 
13
%hExternal commands
42
%hExternal commands
14
 
43
 
15
AMB      AMB reader (used by HELP)
44
AMB        Ancient Machine Book book reader for .AMB files.
16
ATTRIB   display and set file attributes
45
ATTRIB     Displays or changes file attributes.
17
CHKDSK   check FAT FS for errors
46
CHKDSK     Checks a disk and displays a status report.
18
CHOICE   present a choice to the user and wait for a key press
47
CHOICE     Presents a choice to the user and waits for a key.
19
COMMAND  .
48
COMMAND    SvarCOM Command-line interpreter
20
DEBUG    program testing and editing tool
49
DEBUG      Tool that aids developers in inspecting code.
21
DELTREE  delete files and directories with all included files and subdirs
50
DELTREE    Deletes directories with all their contents.
22
DISKCOPY copy one disk or image file to another
51
DISKCOPY   Copies the contents of one floppy disk to another.
23
DISPLAY  driver for codepage management (screen or printer)
52
DISPLAY    Driver for code page management.
24
DOSFSCK  checks the consistency of DOS file systems and optionally repear them
-
 
25
FC       file compare utility
53
FC         Compares files and displays its differences.
26
FDAPM    APM/ACPI energy saving TSR
54
FDAPM      Controls and reports on energy/power.
27
FDISK    fixed disk partition tool
55
FDISK      Prepares a hard drive for use with SvarDOS.
28
FIND     display all lines in one or more files that contain a given string
56
FIND       Searches for a text string inside files.
29
FORMAT   disk formatting program, creates FAT file systems
57
FORMAT     Formats a disk to use with SvarDOS.
30
HELP     SvarDOS help
58
HELP       Displays the help page you are reading right now.
31
HIMEMX   XMS memory manager
59
HIMEMX     XMS memory manager.
-
 
60
IDLEDPMS   Energy-saving screensaver.
32
KEYB     keyboard driver for international support
61
KEYB       Sets the keyboard layout.
33
LABEL    sets or changesthe disk volume label
62
LABEL      Modifies the volume label of a disk.
34
LOCALCFG locales preferences configuration tool
63
LOCALCFG   Locale preferences configuration tool.
35
MEM      display used and free RAM
64
MEM        Displays memory information.
36
MODE     .
65
MODE       Configures system devices.
37
MORE     display output one screen at a time
66
MORE       Displays console output one screen at a time.
38
MOVE     move files from here to there
67
MOVE       Moves files from one location to another.
39
PKG      installs, removes and updates packages
68
PKG        Package manager to handle package deployment.
40
PKGNET   pulls packages from the online SvarDOS repository
69
PKGNET     Pulls packages from the online SvarDOS repository.
-
 
70
SHCDX86    8086 CD-ROM extender replacement.
41
SHSUCDX  .
71
SHSUCDX    Unloadable CD-ROM extender for SvarDOS.
42
SORT     .
72
SORT       Sorts the contents of its input.
43
SVED     system text editor
73
SVED       Default SvarDOS text editor.
44
SYS      .
74
SYS        Transfers system files to another drive.
45
TREE     display the folder structure of a drive or path
75
TREE       Displays the directory structure of its argument.