Subversion Repositories SvarDOS

Rev

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

Rev 990 Rev 1001
Line 9... Line 9...
9
 
9
 
10
int 24h handler (abort, retry, fail, ignore)
10
int 24h handler (abort, retry, fail, ignore)
11
"FOR" command
11
"FOR" command
12
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
13
CTRL+C should allow to abort a BAT file running in an infinite loop
13
CTRL+C should allow to abort a BAT file running in an infinite loop
14
Step-by-step execution of batch programs
-
 
15
 
14
 
16
 
15
 
17
=== MEDIUM PRIORITY ==========================================================
16
=== MEDIUM PRIORITY ==========================================================
18
 
17
 
19
provide unopened FCBs to launched applications
18
provide unopened FCBs to launched applications
Line 24... Line 23...
24
 
23
 
25
 
24
 
26
=== NICE TO HAVE =============================================================
25
=== NICE TO HAVE =============================================================
27
 
26
 
28
respawn COMMAND.COM entirely from memory if it survived last application
27
respawn COMMAND.COM entirely from memory if it survived last application
29
translations could be cached in rmod-owned memory
28
translations could be cached in rmod-owned memory (eg. with /P /MSG)
30
DIR %DIRCMD% lookup
29
DIR %DIRCMD% lookup
31
COPY /V
30
COPY /V
32
COPY /Y
31
COPY /Y
33
COPY ASCII mode support?
32
COPY ASCII mode support?
34
"notify pending command" support (INT 2F,AX=AE00)
33
"notify pending command" support (INT 2F,AX=AE00)