Subversion Repositories SvarDOS

Rev

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

Rev 431 Rev 473
Line 4... Line 4...
4
 
4
 
5
SvarCOM is the SvarDOS command line interpreter, known usually under the name
5
SvarCOM is the SvarDOS command line interpreter, known usually under the name
6
"COMMAND.COM". It is designed and maintained by Mateusz Viste, and distributed
6
"COMMAND.COM". It is designed and maintained by Mateusz Viste, and distributed
7
under the terms of the MIT license.
7
under the terms of the MIT license.
8
 
8
 
9
For the time being, it is an incomplete, "work in progress" project. The goal
9
For the time being, it is an incomplete, "work in progress" project. SvarCOM
10
is to make SvarCOM the default SvarDOS shell, replacing FreeCOM.
10
version 2021.0 must be considered as a "preview" version.
11
 
11
 
-
 
12
The goal is to make SvarCOM the default SvarDOS shell, replacing FreeCOM.
12
Why replacing FreeCOM, you ask? See FREECOM.TXT for details.
13
Why replacing FreeCOM, you ask? See FREECOM.TXT for details.
13
 
14
 
-
 
15
Since SvarCOM is a work-in-progress effort, it is missing a few things yet:
-
 
16
 - no support for pipes (eg. file.exe | more)
-
 
17
 - no support for batch (*.BAT) files (hence no AUTOEXEC.BAT execution)
-
 
18
 - a few internal commands missing: CALL, CTTY, GOTO, IF, LH, SHIFT
14
 
19
 
15
Since SvarCOM is a work-in-progress effort, it still lacks a few things:
20
SvarCOM is minimalist and I'd like to keep it that way. It aims to be
16
 
-
 
17
- no support for pipes (eg. file.exe | more)
21
functionaly equivalent to COMMAND.COM from MS-DOS 5.x/6.x.
18
- no support for batch (*.BAT) files (hence no AUTOEXEC.BAT execution)
-
 
19
- a few internal commands missing: CALL, CTTY, GOTO, IF, LH, SHIFT
-
 
20
 
-
 
21
 
22
 
22
Latest version available here: http://svardos.osdn.io/svarcom
23
Latest version available here: http://svardos.osdn.io/svarcom
23
 
24
 
24
 
25
 
25
=== INTERNAL COMMANDS ========================================================
26
=== INTERNAL COMMANDS ========================================================