Subversion Repositories SvarDOS

Rev

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

Rev 542 Rev 543
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
pipes redirections
10
delete temporary files after pipe redirections
-
 
11
write temporary pipe files to %TEMP% if defined
-
 
12
test pipe redirections (multiple redirections, failure to create file, ...)
11
int 24h handler (abort, retry, fail, ignore)
13
int 24h handler (abort, retry, fail, ignore)
12
advanced batch constructs: CALL, FOR, GOTO
14
advanced batch constructs: CALL, FOR, GOTO
13
IF EXIST on an empty drive should not lead to the 'Abort, Retry, Fail' prompt
15
IF EXIST on an empty drive should not lead to the 'Abort, Retry, Fail' prompt
14
 
16
 
15
 
17