Subversion Repositories SvarDOS

Rev

Rev 507 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 507 Rev 508
1
 
1
 
2
                          === SVARCOM TODO LIST ===
2
                          === SVARCOM TODO LIST ===
3
 
3
 
4
 
4
 
5
This is a loose list of things that I'd like to implement within SvarCOM.
5
This is a loose list of things that I'd like to implement within SvarCOM.
6
 
6
 
7
 
7
 
8
=== HIGH PRIORITY ============================================================
8
=== HIGH PRIORITY ============================================================
9
 
9
 
10
handling of %1 %2 %3 etc in BAT files
-
 
11
pipes redirections
10
pipes redirections
12
DIR /A
11
DIR /A
13
ctrl+break handler
12
ctrl+break handler
14
int 24h handler (abort, retry, fail, ignore)
13
int 24h handler (abort, retry, fail, ignore)
-
 
14
advanced batch support: CALL, :labels, FOR, GOTO, IF EXIST/ERRORLEVEL, SHIFT
15
 
15
 
16
 
16
 
17
=== MEDIUM PRIORITY ==========================================================
17
=== MEDIUM PRIORITY ==========================================================
18
 
18
 
19
provide unopened FCBs to launched applications
19
provide unopened FCBs to launched applications
20
completed EN translation strings
20
completed EN translation strings
21
translations should be cached in rmod-owned memory
21
translations should be cached in rmod-owned memory
22
if translations reloading fails, do not retry after every command
22
if translations reloading fails, do not retry after every command
23
DIR /O
23
DIR /O
24
DIR /S (must use multiple DTAs recursively)
24
DIR /S (must use multiple DTAs recursively)
25
stdin redirection: command < file.txt
25
stdin redirection: command < file.txt
26
prompt $t, $d, $v
26
prompt $t, $d, $v
27
 
27
 
28
 
28
 
29
=== NICE TO HAVE =============================================================
29
=== NICE TO HAVE =============================================================
30
 
30
 
31
DIR: %DIRCMD% support
31
DIR: %DIRCMD% support
32
COPY /V
32
COPY /V
33
"notify pending command" support (INT 2F,AX=AE00)
33
"notify pending command" support (INT 2F,AX=AE00)
34
INT 2F,AX=5500 support
34
INT 2F,AX=5500 support
35
stdout redirection should not create the output file if command fails
35
stdout redirection should not create the output file if command fails
36
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
36
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
37
compression of NLS strings and rmod core (lz4?)
37
compression of NLS strings and rmod core (lz4?)
38
dynamic resizing of environment space
38
dynamic resizing of environment space
39
CTTY
39
CTTY
40
LOADHIGH/LH
40
LOADHIGH/LH
41
advanced batch support: CALL, :labels, FOR, GOTO, IF EXIST/ERRORLEVEL, SHIFT
-
 
42
 
41
 
43
 
42
 
44
==============================================================================
43
==============================================================================
45
 
44