Subversion Repositories SvarDOS

Rev

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

Rev 404 Rev 405
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 batch file support
18
- no batch file support
19
- few internal commands missing: BREAK, CHCP, CTTY, LH, REN, DATE, TIME, ECHO, IF, SHIFT
19
- few internal commands missing: BREAK, CHCP, CTTY, LH, REN, DATE, TIME, IF, 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
CD/CHDIR    - displays the name of or changes the current directory
30
CD/CHDIR    - displays the name of or changes the current directory
31
CLS         - clears the screen
31
CLS         - clears the screen
32
COPY        - copies one or more files to another location
32
COPY        - copies one or more files to another location
33
DEL/ERASE   - deletes one or more files
33
DEL/ERASE   - deletes one or more files
34
DIR         - displays a list of files and subdirectories in a directory
34
DIR         - displays a list of files and subdirectories in a directory
-
 
35
ECHO        - displays messages, or turns command-echoing on or off
35
EXIT        - quits the command.com program (command interpreter)
36
EXIT        - quits the command.com program (command interpreter)
36
MD/MKDIR    - creates a directory
37
MD/MKDIR    - creates a directory
37
PATH        - displays or sets a search path for executable files
38
PATH        - displays or sets a search path for executable files
38
PAUSE       - suspends processing of a batch program
39
PAUSE       - suspends processing of a batch program
39
PROMPT      - changes the DOS command prompt
40
PROMPT      - changes the DOS command prompt