Subversion Repositories SvarDOS

Rev

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

Rev 517 Rev 518
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
del review: sometimes says "file not found" while file xxx exists, or does
-
 
16
            not complain when even though file does not exists... also it
-
 
17
            probably does not work with deleting anything in non-current
-
 
18
            directory
-
 
19
when reverting redirections I should probably close the old handle
15
when reverting redirections I should probably close the old handle
20
 
16
 
21
 
17
 
22
=== MEDIUM PRIORITY ==========================================================
18
=== MEDIUM PRIORITY ==========================================================
23
 
19