Subversion Repositories SvarDOS

Rev

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

Rev 521 Rev 531
Line 5... Line 5...
5
 
5
 
6
SvarCOM is the SvarDOS command line interpreter, known usually under the name
6
SvarCOM is the SvarDOS command line interpreter, known usually under the name
7
"COMMAND.COM". It is designed and maintained by Mateusz Viste, and distributed
7
"COMMAND.COM". It is designed and maintained by Mateusz Viste, and distributed
8
under the terms of the MIT license.
8
under the terms of the MIT license.
9
 
9
 
10
For the time being, it is a work-in-progress project that is not entirely
-
 
11
complete yet. SvarCOM version 2021.0 must be considered as a "preview"
-
 
12
version.
-
 
13
 
-
 
14
The goal is to make SvarCOM the default SvarDOS shell, replacing FreeCOM.
10
The goal is to make SvarCOM the default SvarDOS shell, replacing FreeCOM.
15
Why replacing FreeCOM, you ask? See FREECOM.TXT for details.
11
Why replacing FreeCOM, you ask? See FREECOM.TXT for details.
16
 
12
 
17
Since SvarCOM is a work-in-progress effort, it is missing a few things yet:
13
SvarCOM is a work-in-progress effort. As such, it still lacks a few things:
18
 - pipes (cmd.exe | more) and stdin redirections (cmd.exe < file)
14
 - pipes (cmd.exe | more) and stdin redirections (cmd.exe < file)
19
 - advanced batch constructs (conditionals, errorlevels...)
15
 - advanced batch constructs (conditionals, errorlevels...)
20
 - a few internal commands missing: CALL, CTTY, GOTO, IF, LH
16
 - a few internal commands missing: CALL, CTTY, GOTO, IF, LH
21
 - DIR misses a few switches (/S, /O, /A)
17
 - DIR misses a few switches (/S, /O, /A)
22
 - ... (see TODO.TXT for more details)
18
 - ... (see TODO.TXT for more details)