Subversion Repositories SvarDOS

Rev

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

Rev 407 Rev 409
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, CTTY, LH, DATE, TIME
19
- a few internal commands missing: 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
 
25
=== INTERNAL COMMANDS ========================================================
25
=== INTERNAL COMMANDS ========================================================
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
BREAK       - sets or clears extended CTRL+C checking
30
CD/CHDIR    - displays the name of or changes the current directory
31
CD/CHDIR    - displays the name of or changes the current directory
31
CHCP        - displays or sets the active code page number
32
CHCP        - displays or sets the active code page number
32
CLS         - clears the screen
33
CLS         - clears the screen
33
COPY        - copies one or more files to another location
34
COPY        - copies one or more files to another location
34
DEL/ERASE   - deletes one or more files
35
DEL/ERASE   - deletes one or more files