Subversion Repositories SvarDOS

Rev

Rev 495 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 495 Rev 507
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 %VARS% in cmdline (BAT files or interactive queries)
10
handling of %1 %2 %3 etc in BAT files
11
pipes redirections
11
pipes redirections
12
DIR /A
12
DIR /A
13
ctrl+break handler
13
ctrl+break handler
14
int 24h handler (abort, retry, fail, ignore)
14
int 24h handler (abort, retry, fail, ignore)
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
 
27
 
27
 
28
 
28
=== NICE TO HAVE =============================================================
29
=== NICE TO HAVE =============================================================
29
 
30
 
30
DIR: %DIRCMD% support
31
DIR: %DIRCMD% support
31
COPY /V
32
COPY /V
32
"notify pending command" support (INT 2F,AX=AE00)
33
"notify pending command" support (INT 2F,AX=AE00)
33
INT 2F,AX=5500 support
34
INT 2F,AX=5500 support
34
stdout redirection should not create the output file if command fails
35
stdout redirection should not create the output file if command fails
35
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)
36
compression of NLS strings and rmod core (lz4?)
37
compression of NLS strings and rmod core (lz4?)
37
dynamic resizing of environment space
38
dynamic resizing of environment space
38
CTTY
39
CTTY
39
LOADHIGH/LH
40
LOADHIGH/LH
40
advanced batch support: CALL, :labels, FOR, GOTO, IF EXIST/ERRORLEVEL, SHIFT
41
advanced batch support: CALL, :labels, FOR, GOTO, IF EXIST/ERRORLEVEL, SHIFT
41
 
42
 
42
 
43
 
43
==============================================================================
44
==============================================================================
44
 
45