Subversion Repositories SvarDOS

Rev

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

Rev 427 Rev 431
Line 13... Line 13...
13
 
13
 
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 (*.BAT) files
18
- no support for batch (*.BAT) files (hence no AUTOEXEC.BAT execution)
19
- a few internal commands missing: CALL, CTTY, DATE, GOTO, IF, LH, SHIFT
19
- a few internal commands missing: CALL, CTTY, GOTO, IF, LH, SHIFT
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 30... Line 30...
30
BREAK       - sets or clears extended CTRL+C checking
30
BREAK       - sets or clears extended CTRL+C checking
31
CD/CHDIR    - displays the name of or changes the current directory
31
CD/CHDIR    - displays the name of or changes the current directory
32
CHCP        - displays or sets the active code page number
32
CHCP        - displays or sets the active code page number
33
CLS         - clears the screen
33
CLS         - clears the screen
34
COPY        - copies one or more files to another location
34
COPY        - copies one or more files to another location
-
 
35
DATE        - displays or sets the system date
35
DEL/ERASE   - deletes one or more files
36
DEL/ERASE   - deletes one or more files
36
DIR         - displays a list of files and subdirectories in a directory
37
DIR         - displays a list of files and subdirectories in a directory
37
ECHO        - displays messages, or turns command-echoing on or off
38
ECHO        - displays messages, or turns command-echoing on or off
38
EXIT        - quits the command.com program (command interpreter)
39
EXIT        - quits the command.com program (command interpreter)
39
MD/MKDIR    - creates a directory
40
MD/MKDIR    - creates a directory