Subversion Repositories SvarDOS

Rev

Rev 511 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 511 Rev 514
Line 5... Line 5...
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
redirections to be handled (applied) by RMOD
10
pipes redirections
11
pipes redirections
11
DIR /A
12
DIR /A
12
ctrl+break handler
13
ctrl+break handler
13
int 24h handler (abort, retry, fail, ignore)
14
int 24h handler (abort, retry, fail, ignore)
14
advanced batch support: CALL, :labels, FOR, GOTO, IF EXIST/ERRORLEVEL, SHIFT
15
advanced batch constructs: CALL, :labels, FOR, GOTO, IF EXIST/ERRORLEVEL
15
 
16
 
16
 
17
 
17
=== MEDIUM PRIORITY ==========================================================
18
=== MEDIUM PRIORITY ==========================================================
18
 
19
 
19
provide unopened FCBs to launched applications
20
provide unopened FCBs to launched applications
Line 26... Line 27...
26
prompt $t, $d, $v
27
prompt $t, $d, $v
27
 
28
 
28
 
29
 
29
=== NICE TO HAVE =============================================================
30
=== NICE TO HAVE =============================================================
30
 
31
 
31
DIR: %DIRCMD% support
32
DIR %DIRCMD% lookup
32
COPY /V
33
COPY /V
-
 
34
COPY /Y
-
 
35
COPY ASCII mode support
33
"notify pending command" support (INT 2F,AX=AE00)
36
"notify pending command" support (INT 2F,AX=AE00)
34
INT 2F,AX=5500 support
37
INT 2F,AX=5500 support
35
stdout redirection should not create the output file if command fails
38
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)
39
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?)
40
compression of NLS strings and rmod core (lz4?)
38
dynamic resizing of environment space
41
dynamic resizing of environment space
39
CTTY
42
CTTY
40
LOADHIGH/LH
43
LOADHIGH/LH
-
 
44
tlumacz: detect incomplete translation files and fill missing strings with EN
41
 
45
 
42
 
46
 
43
==================================================================== [EOF] ===
47
==================================================================== [EOF] ===