Subversion Repositories SvarDOS

Rev

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

Rev 495 Rev 507
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
handling of %VARS% in cmdline (BAT files or interactive queries)
10
handling of %1 %2 %3 etc in BAT files
11
pipes redirections
11
pipes redirections
12
DIR /A
12
DIR /A
13
ctrl+break handler
13
ctrl+break handler
14
int 24h handler (abort, retry, fail, ignore)
14
int 24h handler (abort, retry, fail, ignore)
15
 
15
 
Line 21... Line 21...
21
translations should be cached in rmod-owned memory
21
translations should be cached in rmod-owned memory
22
if translations reloading fails, do not retry after every command
22
if translations reloading fails, do not retry after every command
23
DIR /O
23
DIR /O
24
DIR /S (must use multiple DTAs recursively)
24
DIR /S (must use multiple DTAs recursively)
25
stdin redirection: command < file.txt
25
stdin redirection: command < file.txt
-
 
26
prompt $t, $d, $v
26
 
27
 
27
 
28
 
28
=== NICE TO HAVE =============================================================
29
=== NICE TO HAVE =============================================================
29
 
30
 
30
DIR: %DIRCMD% support
31
DIR: %DIRCMD% support