Subversion Repositories SvarDOS

Rev

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

Rev 518 Rev 519
Line 10... Line 10...
10
pipes redirections
10
pipes redirections
11
DIR /A
11
DIR /A
12
ctrl+break handler
12
ctrl+break handler
13
int 24h handler (abort, retry, fail, ignore)
13
int 24h handler (abort, retry, fail, ignore)
14
advanced batch constructs: CALL, :labels, FOR, GOTO, IF EXIST/ERRORLEVEL
14
advanced batch constructs: CALL, :labels, FOR, GOTO, IF EXIST/ERRORLEVEL
15
when reverting redirections I should probably close the old handle
-
 
16
 
15
 
17
 
16
 
18
=== MEDIUM PRIORITY ==========================================================
17
=== MEDIUM PRIORITY ==========================================================
19
 
18
 
20
provide unopened FCBs to launched applications
19
provide unopened FCBs to launched applications
Line 33... Line 32...
33
COPY /V
32
COPY /V
34
COPY /Y
33
COPY /Y
35
COPY ASCII mode support
34
COPY ASCII mode support
36
"notify pending command" support (INT 2F,AX=AE00)
35
"notify pending command" support (INT 2F,AX=AE00)
37
INT 2F,AX=5500 support
36
INT 2F,AX=5500 support
38
stdout redirection should not create the output file if command fails
-
 
39
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
37
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
40
compression of NLS strings and rmod core (lz4?)
38
compression of NLS strings and rmod core (lz4?)
41
dynamic resizing of environment space
39
dynamic resizing of environment space
42
CTTY
40
CTTY
43
LOADHIGH/LH
41
LOADHIGH/LH