Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1100 → Rev 1101

/svarcom/tags/svarcom-2022.3/todo.txt
0,0 → 1,39
 
=== SVARCOM TODO LIST ===
 
 
This is a loose list of things that I'd like to implement within SvarCOM.
 
 
=== HIGH PRIORITY ============================================================
 
int 24h handler (abort, retry, fail, ignore)
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 ==========================================================
 
provide unopened FCBs to launched applications
if translations reloading fails, do not retry after every command
DIR /O
DIR /S (must use multiple DTAs recursively)
prompt $t, $d, $v
 
 
=== NICE TO HAVE =============================================================
 
respawn COMMAND.COM entirely from memory if it survived last application
translations could be cached in rmod-owned memory (eg. with /P /MSG)
DIR %DIRCMD% lookup
COPY /V
COPY /Y
"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
 
 
====================================================================== EOF ===