Subversion Repositories SvarDOS

Rev

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

Rev 964 Rev 990
Line 9... Line 9...
9
 
9
 
10
int 24h handler (abort, retry, fail, ignore)
10
int 24h handler (abort, retry, fail, ignore)
11
"FOR" command
11
"FOR" command
12
IF EXIST on an empty drive should not lead to the 'Abort, Retry, Fail' prompt
12
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
13
CTRL+C should allow to abort a BAT file running in an infinite loop
-
 
14
Step-by-step execution of batch programs
14
 
15
 
15
 
16
 
16
=== MEDIUM PRIORITY ==========================================================
17
=== MEDIUM PRIORITY ==========================================================
17
 
18
 
18
provide unopened FCBs to launched applications
19
provide unopened FCBs to launched applications
19
complete EN translation strings
-
 
20
if translations reloading fails, do not retry after every command
20
if translations reloading fails, do not retry after every command
21
DIR /O
21
DIR /O
22
DIR /S (must use multiple DTAs recursively)
22
DIR /S (must use multiple DTAs recursively)
23
prompt $t, $d, $v
23
prompt $t, $d, $v
24
 
24
 
Line 32... Line 32...
32
COPY /Y
32
COPY /Y
33
COPY ASCII mode support?
33
COPY ASCII mode support?
34
"notify pending command" support (INT 2F,AX=AE00)
34
"notify pending command" support (INT 2F,AX=AE00)
35
INT 2F,AX=5500 support
35
INT 2F,AX=5500 support
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?)
-
 
38
dynamic resizing of environment space
37
dynamic resizing of environment space
39
CTTY
38
CTTY
40
LOADHIGH/LH
39
LOADHIGH/LH
41
 
40
 
42
 
41