Subversion Repositories SvarDOS

Rev

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

Rev 543 Rev 573
Line 7... Line 7...
7
 
7
 
8
=== HIGH PRIORITY ============================================================
8
=== HIGH PRIORITY ============================================================
9
 
9
 
10
delete temporary files after pipe redirections
10
delete temporary files after pipe redirections
11
write temporary pipe files to %TEMP% if defined
11
write temporary pipe files to %TEMP% if defined
12
test pipe redirections (multiple redirections, failure to create file, ...)
-
 
13
int 24h handler (abort, retry, fail, ignore)
12
int 24h handler (abort, retry, fail, ignore)
14
advanced batch constructs: CALL, FOR, GOTO
13
advanced batch constructs: CALL, FOR, GOTO
15
IF EXIST on an empty drive should not lead to the 'Abort, Retry, Fail' prompt
14
IF EXIST on an empty drive should not lead to the 'Abort, Retry, Fail' prompt
16
 
15
 
17
 
16
 
Line 21... Line 20...
21
complete EN translation strings
20
complete EN translation strings
22
translations should be cached in rmod-owned memory
21
translations should be cached in rmod-owned memory
23
if translations reloading fails, do not retry after every command
22
if translations reloading fails, do not retry after every command
24
DIR /O
23
DIR /O
25
DIR /S (must use multiple DTAs recursively)
24
DIR /S (must use multiple DTAs recursively)
26
stdin redirection: command < file.txt
-
 
27
prompt $t, $d, $v
25
prompt $t, $d, $v
28
 
26
 
29
 
27
 
30
=== NICE TO HAVE =============================================================
28
=== NICE TO HAVE =============================================================
31
 
29