Subversion Repositories SvarDOS

Rev

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

Rev 961 Rev 990
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
The goal is to make SvarCOM the default SvarDOS shell, replacing FreeCOM.
-
 
11
Why replacing FreeCOM, you ask? See FREECOM.TXT for details.
-
 
12
 
-
 
13
SvarCOM is a work-in-progress effort. As such, it still lacks a few things:
-
 
14
 - a few internal commands missing: CALL, CTTY, GOTO, LH
-
 
15
 - DIR misses two switches: /S, /O
-
 
16
 
-
 
17
SvarCOM is minimalist and I'd like to keep it that way. It aims to be
10
SvarCOM is minimalist and I'd like to keep it that way. It aims to be
18
functionaly equivalent to COMMAND.COM from MS-DOS 5.x/6.x. No LFN support.
11
functionaly equivalent to COMMAND.COM from MS-DOS 5.x/6.x. No LFN support.
19
 
12
 
20
As of version 2022.0, SvarCOM's resident footprint is under 2 KiB.
13
SvarCOM's resident footprint is under 2 KiB.
21
 
14
 
22
Translation strings are stored in the file SVARCOM.LNG, which should be
15
Translation strings are stored in the file SVARCOM.LNG, which should be
23
placed in a directory pointed at by %NLSPATH% for SvarCOM to be able to output
16
placed in a directory pointed at by %NLSPATH% for SvarCOM to be able to output
24
messages in non-english languages. SvarCOM's language is controlled by the
17
messages in non-english languages. SvarCOM's language is controlled by the
25
%LANG% environment variable. NOTE: at this time translations aren't available
18
%LANG% environment variable.
26
yet, with the proof-of-concept exceptions of the 'PAUSE' and 'SHIFT' commands.
-
 
27
 
19
 
28
Latest version available here: http://svardos.osdn.io/svarcom
20
Latest version available here: http://svardos.org/svarcom
29
 
21
 
30
 
22
 
31
=== INTERNAL COMMANDS ========================================================
23
=== INTERNAL COMMANDS ========================================================
32
 
24
 
33
SvarCOM implements the following internal commands. For help on each command,
25
SvarCOM implements the following internal commands. For help on each command,