Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 542 → Rev 543

/svarcom/trunk/svarcom.txt
11,16 → 11,13
Why replacing FreeCOM, you ask? See FREECOM.TXT for details.
 
SvarCOM is a work-in-progress effort. As such, it still lacks a few things:
- pipes (cmd.exe | more) and stdin redirections (cmd.exe < file)
- advanced batch constructs (conditionals, errorlevels...)
- a few internal commands missing: CALL, CTTY, GOTO, IF, LH
- DIR misses a few switches (/S, /O, /A)
- ... (see TODO.TXT for more details)
- a few internal commands missing: CALL, CTTY, GOTO, LH
- DIR misses two switches: /S, /O
 
SvarCOM is minimalist and I'd like to keep it that way. It aims to be
functionaly equivalent to COMMAND.COM from MS-DOS 5.x/6.x. No LFN support.
 
As of version 2021.0, SvarCOM's resident footprint is under 2 KiB.
As of version 2021.1, SvarCOM's resident footprint is under 2 KiB.
 
Translation strings are stored in the file SVARCOM.LNG, which should be
placed in a directory pointed at by %NLSPATH% for SvarCOM to be able to output
46,6 → 43,7
DIR - displays a list of files and subdirectories in a directory
ECHO - displays messages, or turns command-echoing on or off
EXIT - quits the command.com program (command interpreter)
IF - performs conditional processing in batch programs
MD/MKDIR - creates a directory
PATH - displays or sets a search path for executable files
PAUSE - suspends processing of a batch program