Subversion Repositories SvarDOS

Rev

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

Rev 507 Rev 508
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
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
Line 36... Line 36...
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
==============================================================================