Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1024 → Rev 1025

/svarcom/trunk/freecom.txt
20,7 → 20,7
is designed with 21'st century machines in mind and not IBM PC compatibles.
 
SvarCOM does not rely on XMS and performs runtime swapping that works on any
IBM PC compatible machine. It's resident size is about 2K.
IBM PC compatible machine. Its resident size is about 2K.
 
 
=== NLS RESSOURCES ===========================================================
/svarcom/trunk/history.txt
3,11 → 3,11
=== SvarCOM's history / changelog ===
 
 
=== ver 2022.2 (xx.xx.xxxx) ==================================================
=== ver 2022.2 (04.03.2022) ==================================================
 
- added FOR support
- added support for the internal FOR command
- step-by-step execution of batch files (/Y)
- fixed parsing of /C and /K arguments that were leading to spurious warnings
- fixed parsing of /C and /K arguments that was leading to spurious warnings
- fixed %var% matching within batch files to be case-insensitive
 
 
/svarcom/trunk/svarcom.lsm
1,2 → 1,2
Description: the SvarDOS command line interpreter (COMMAND.COM shell)
Version: 2022.1
Version: 2022.2
/svarcom/trunk/todo.txt
8,9 → 8,9
=== HIGH PRIORITY ============================================================
 
int 24h handler (abort, retry, fail, ignore)
"FOR" command
IF EXIST on an empty drive should not lead to the 'Abort, Retry, Fail' prompt
CTRL+C should allow to abort a BAT file running in an infinite loop
LOADHIGH/LH
 
 
=== MEDIUM PRIORITY ==========================================================
29,13 → 29,11
DIR %DIRCMD% lookup
COPY /V
COPY /Y
COPY ASCII mode support?
"notify pending command" support (INT 2F,AX=AE00)
INT 2F,AX=5500 support
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
dynamic resizing of environment space
CTTY
LOADHIGH/LH
 
 
====================================================================== EOF ===