Subversion Repositories SvarDOS

Rev

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

Rev 473 Rev 474
Line 12... Line 12...
12
The goal is to make SvarCOM the default SvarDOS shell, replacing FreeCOM.
12
The goal is to make SvarCOM the default SvarDOS shell, replacing FreeCOM.
13
Why replacing FreeCOM, you ask? See FREECOM.TXT for details.
13
Why replacing FreeCOM, you ask? See FREECOM.TXT for details.
14
 
14
 
15
Since SvarCOM is a work-in-progress effort, it is missing a few things yet:
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)
16
 - no support for pipes (eg. file.exe | more)
17
 - no support for batch (*.BAT) files (hence no AUTOEXEC.BAT execution)
17
 - no support for advanced batch constructs (conditionals, errorlevels...)
18
 - a few internal commands missing: CALL, CTTY, GOTO, IF, LH, SHIFT
18
 - a few internal commands missing: CALL, CTTY, GOTO, IF, LH, SHIFT
19
 
19
 
20
SvarCOM is minimalist and I'd like to keep it that way. It aims to be
20
SvarCOM is minimalist and I'd like to keep it that way. It aims to be
21
functionaly equivalent to COMMAND.COM from MS-DOS 5.x/6.x.
21
functionaly equivalent to COMMAND.COM from MS-DOS 5.x/6.x. No LFN support.
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
 
26
=== INTERNAL COMMANDS ========================================================
26
=== INTERNAL COMMANDS ========================================================