Subversion Repositories SvarDOS

Rev

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

Rev 406 Rev 407
Line 14... Line 14...
14
 
14
 
15
Since SvarCOM is a work-in-progress effort, it still lacks a few things:
15
Since SvarCOM is a work-in-progress effort, it still lacks a few things:
16
 
16
 
17
- no support for pipes (eg. file.exe | more)
17
- no support for pipes (eg. file.exe | more)
18
- no support for batch (and associated commands: CALL, GOTO, IF, SHIFT...)
18
- no support for batch (and associated commands: CALL, GOTO, IF, SHIFT...)
19
- a few internal commands missing: BREAK, CHCP, CTTY, LH, DATE, TIME
19
- a few internal commands missing: BREAK, CTTY, LH, DATE, TIME
20
 
20
 
21
 
21
 
22
Latest version available here: http://svardos.osdn.io/svarcom
22
Latest version available here: http://svardos.osdn.io/svarcom
23
 
23
 
24
 
24
 
Line 26... Line 26...
26
 
26
 
27
SvarCOM implements the following internal commands. For help on each command,
27
SvarCOM implements the following internal commands. For help on each command,
28
run it with a "/?" argument.
28
run it with a "/?" argument.
29
 
29
 
30
CD/CHDIR    - displays the name of or changes the current directory
30
CD/CHDIR    - displays the name of or changes the current directory
-
 
31
CHCP        - displays or sets the active code page number
31
CLS         - clears the screen
32
CLS         - clears the screen
32
COPY        - copies one or more files to another location
33
COPY        - copies one or more files to another location
33
DEL/ERASE   - deletes one or more files
34
DEL/ERASE   - deletes one or more files
34
DIR         - displays a list of files and subdirectories in a directory
35
DIR         - displays a list of files and subdirectories in a directory
35
ECHO        - displays messages, or turns command-echoing on or off
36
ECHO        - displays messages, or turns command-echoing on or off