Subversion Repositories SvarDOS

Rev

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

Rev 576 Rev 577
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
write temporary pipe files to %TEMP% if defined
-
 
11
int 24h handler (abort, retry, fail, ignore)
10
int 24h handler (abort, retry, fail, ignore)
12
advanced batch constructs: CALL, FOR, GOTO
11
advanced batch constructs: CALL, FOR, GOTO
13
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
14
 
13
 
15
 
14