Subversion Repositories SvarDOS

Rev

Rev 573 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
421 mateuszvis 1
 
464 mateuszvis 2
                          === SVARCOM TODO LIST ===
421 mateuszvis 3
 
4
 
473 mateuszvis 5
This is a loose list of things that I'd like to implement within SvarCOM.
421 mateuszvis 6
 
422 mateuszvis 7
 
495 mateuszvis 8
=== HIGH PRIORITY ============================================================
422 mateuszvis 9
 
543 mateuszvis 10
write temporary pipe files to %TEMP% if defined
495 mateuszvis 11
int 24h handler (abort, retry, fail, ignore)
536 mateuszvis 12
advanced batch constructs: CALL, FOR, GOTO
535 mateuszvis 13
IF EXIST on an empty drive should not lead to the 'Abort, Retry, Fail' prompt
421 mateuszvis 14
 
15
 
495 mateuszvis 16
=== MEDIUM PRIORITY ==========================================================
421 mateuszvis 17
 
495 mateuszvis 18
provide unopened FCBs to launched applications
521 mateuszvis 19
complete EN translation strings
437 mateuszvis 20
translations should be cached in rmod-owned memory
21
if translations reloading fails, do not retry after every command
495 mateuszvis 22
DIR /O
23
DIR /S (must use multiple DTAs recursively)
507 mateuszvis 24
prompt $t, $d, $v
421 mateuszvis 25
 
26
 
495 mateuszvis 27
=== NICE TO HAVE =============================================================
28
 
521 mateuszvis 29
respawn COMMAND.COM entirely from memory if it survived last application
514 mateuszvis 30
DIR %DIRCMD% lookup
495 mateuszvis 31
COPY /V
514 mateuszvis 32
COPY /Y
521 mateuszvis 33
COPY ASCII mode support?
495 mateuszvis 34
"notify pending command" support (INT 2F,AX=AE00)
453 mateuszvis 35
INT 2F,AX=5500 support
457 mateuszvis 36
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
467 mateuszvis 37
compression of NLS strings and rmod core (lz4?)
421 mateuszvis 38
dynamic resizing of environment space
39
CTTY
40
LOADHIGH/LH
41
 
422 mateuszvis 42
 
521 mateuszvis 43
====================================================================== EOF ===