Subversion Repositories SvarDOS

Rev

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

Rev 494 Rev 495
Line 3... Line 3...
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
=== BEFORE NEXT RELEASE ======================================================
8
=== HIGH PRIORITY ============================================================
9
 
9
 
10
pipes redirections
-
 
11
handling of %VARS% in cmdline (BAT files or interactive queries)
10
handling of %VARS% in cmdline (BAT files or interactive queries)
-
 
11
pipes redirections
-
 
12
DIR /A
-
 
13
ctrl+break handler
-
 
14
int 24h handler (abort, retry, fail, ignore)
12
 
15
 
13
 
16
 
14
=== AT SOME LATER TIME =======================================================
17
=== MEDIUM PRIORITY ==========================================================
15
 
18
 
-
 
19
provide unopened FCBs to launched applications
-
 
20
completed EN translation strings
16
translations should be cached in rmod-owned memory
21
translations should be cached in rmod-owned memory
17
if translations reloading fails, do not retry after every command
22
if translations reloading fails, do not retry after every command
-
 
23
DIR /O
-
 
24
DIR /S (must use multiple DTAs recursively)
18
stdin redirection: command < file.txt
25
stdin redirection: command < file.txt
19
DIR: /A
-
 
20
DIR: %DIRCMD% support
-
 
21
DIR: /O
-
 
22
DIR: /S (must use multiple DTAs recursively)
-
 
23
COPY: /V
-
 
24
ctrl+break handler
-
 
25
int 24h handler (abort, retry, fail, ignore)
-
 
26
 
26
 
27
"notify pending command" int support: http://www.techhelpmanual.com/741-int_2fh_ae00h__notify_pending_command.html
-
 
28
 
27
 
29
INT 2F,AX=5500 support
-
 
30
 
-
 
31
provide unopened FCBs to launched applications
28
=== NICE TO HAVE =============================================================
32
 
29
 
-
 
30
DIR: %DIRCMD% support
-
 
31
COPY /V
-
 
32
"notify pending command" support (INT 2F,AX=AE00)
-
 
33
INT 2F,AX=5500 support
33
stdout redirection should not create the output file if command fails
34
stdout redirection should not create the output file if command fails
34
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
35
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
35
 
-
 
36
compression of NLS strings and rmod core (lz4?)
36
compression of NLS strings and rmod core (lz4?)
37
 
-
 
38
dynamic resizing of environment space
37
dynamic resizing of environment space
39
single-stepping AUTOEXEC with F8 at boot time (/Y)
-
 
40
CTTY
38
CTTY
41
LOADHIGH/LH
39
LOADHIGH/LH
-
 
40
advanced batch support: CALL, :labels, FOR, GOTO, IF EXIST/ERRORLEVEL, SHIFT
42
 
41
 
43
advanced batch files support:
-
 
44
 - CALL
-
 
45
 - :labels
-
 
46
 - FOR
-
 
47
 - GOTO
-
 
48
 - IF EXIST
-
 
49
 - IF ERRORLEVEL
-
 
50
 - SHIFT
-
 
51
 
42
 
52
==============================================================================
43
==============================================================================