Subversion Repositories SvarDOS

Rev

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

Rev 1001 Rev 1025
Line 6... Line 6...
6
 
6
 
7
 
7
 
8
=== HIGH PRIORITY ============================================================
8
=== HIGH PRIORITY ============================================================
9
 
9
 
10
int 24h handler (abort, retry, fail, ignore)
10
int 24h handler (abort, retry, fail, ignore)
11
"FOR" command
-
 
12
IF EXIST on an empty drive should not lead to the 'Abort, Retry, Fail' prompt
11
IF EXIST on an empty drive should not lead to the 'Abort, Retry, Fail' prompt
13
CTRL+C should allow to abort a BAT file running in an infinite loop
12
CTRL+C should allow to abort a BAT file running in an infinite loop
-
 
13
LOADHIGH/LH
14
 
14
 
15
 
15
 
16
=== MEDIUM PRIORITY ==========================================================
16
=== MEDIUM PRIORITY ==========================================================
17
 
17
 
18
provide unopened FCBs to launched applications
18
provide unopened FCBs to launched applications
Line 27... Line 27...
27
respawn COMMAND.COM entirely from memory if it survived last application
27
respawn COMMAND.COM entirely from memory if it survived last application
28
translations could be cached in rmod-owned memory (eg. with /P /MSG)
28
translations could be cached in rmod-owned memory (eg. with /P /MSG)
29
DIR %DIRCMD% lookup
29
DIR %DIRCMD% lookup
30
COPY /V
30
COPY /V
31
COPY /Y
31
COPY /Y
32
COPY ASCII mode support?
-
 
33
"notify pending command" support (INT 2F,AX=AE00)
32
"notify pending command" support (INT 2F,AX=AE00)
34
INT 2F,AX=5500 support
33
INT 2F,AX=5500 support
35
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
34
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
36
dynamic resizing of environment space
35
dynamic resizing of environment space
37
CTTY
36
CTTY
38
LOADHIGH/LH
-
 
39
 
37
 
40
 
38
 
41
====================================================================== EOF ===
39
====================================================================== EOF ===