Subversion Repositories SvarDOS

Rev

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

Rev 397 Rev 400
Line 15... Line 15...
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 redirections or pipes (eg. file.exe | more > out.txt)
17
- no support for redirections or pipes (eg. file.exe | more > out.txt)
18
- no batch file support
18
- no batch file support
19
- few internal commands missing: BREAK, CHCP, CLS, CTTY, LH, REN, COPY, DATE,
19
- few internal commands missing: BREAK, CHCP, CLS, CTTY, LH, REN, COPY, DATE,
20
  TIME, VOL, PAUSE, ECHO, IF, REM, SHIFT
20
  TIME, ECHO, IF, SHIFT
21
 
21
 
22
 
22
 
23
Latest version available here: http://svardos.osdn.io/svarcom
23
Latest version available here: http://svardos.osdn.io/svarcom
24
 
24
 
25
 
25
 
Line 32... Line 32...
32
DEL/ERASE   - deletes one or more files
32
DEL/ERASE   - deletes one or more files
33
DIR         - displays a list of files and subdirectories in a directory
33
DIR         - displays a list of files and subdirectories in a directory
34
EXIT        - quits the command.com program (command interpreter)
34
EXIT        - quits the command.com program (command interpreter)
35
MD/MKDIR    - creates a directory
35
MD/MKDIR    - creates a directory
36
PATH        - displays or sets a search path for executable files
36
PATH        - displays or sets a search path for executable files
-
 
37
PAUSE       - suspends processing of a batch program
37
PROMPT      - changes the DOS command prompt
38
PROMPT      - changes the DOS command prompt
-
 
39
REM         - records comments (remarks) in a batch file or CONFIG.SYS
38
RMDIR       - removes (deletes) a directory
40
RMDIR       - removes (deletes) a directory
39
SET         - displays, sets or removes DOS environment variables
41
SET         - displays, sets or removes DOS environment variables
40
TYPE        - displays the contents of a text file
42
TYPE        - displays the contents of a text file
41
VER         - displays the DOS version
43
VER         - displays the DOS version
42
VERIFY      - tells DOS whether to verify that files are written correctly
44
VERIFY      - tells DOS whether to verify that files are written correctly
-
 
45
VOL         - displays the disk volume label and serial number
43
 
46
 
44
 
47
 
45
=== LICENSE ==================================================================
48
=== LICENSE ==================================================================
46
 
49
 
47
SvarCOM is published under the terms of the MIT license.
50
SvarCOM is published under the terms of the MIT license.