Subversion Repositories SvarDOS

Rev

Rev 431 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 431 Rev 434
1
 
1
 
2
                           =======================
2
                           =======================
3
                           |  SVARCOM TODO LIST  |
3
                           |  SVARCOM TODO LIST  |
4
                           =======================
4
                           =======================
5
 
5
 
6
 
6
 
7
Below is a loose list of things that I'd like to implement within SvarCOM.
7
Below is a loose list of things that I'd like to implement within SvarCOM.
8
 
8
 
9
==============================================================================
9
==============================================================================
10
 
10
 
11
BEFORE NEXT RELEASE:
11
BEFORE NEXT RELEASE:
12
 
12
 
13
pipes redirections
13
pipes redirections
14
support for translations (single binary file in %NLSPATH%)
14
support for translations (single binary file in %NLSPATH%)
-
 
15
basic BAT support (without workflow controls, FOR loops etc)
-
 
16
wmake clean does not work under SvarCOM
15
 
17
 
16
 
18
 
17
AT SOME LATER TIME:
19
AT SOME LATER TIME:
18
 
20
 
19
stdin redirection: command < file.txt
21
stdin redirection: command < file.txt
20
DIR: /A
22
DIR: /A
21
DIR: %DIRCMD% support
23
DIR: %DIRCMD% support
22
DIR: /O
24
DIR: /O
23
DIR: /S (must use multiple DTAs recursively)
25
DIR: /S (must use multiple DTAs recursively)
24
COPY: /V
26
COPY: /V
25
command-line variables resolution (cd %MYDIR%)
27
command-line variables resolution (cd %MYDIR%)
26
storing rmod in a buffer that can be usefully reused once rmod is installed.
28
storing rmod in a buffer that can be usefully reused once rmod is installed.
27
ctrl+break handler: http://www.techhelpmanual.com/563-int_23h__ctrl_break_exit_address.html
29
ctrl+break handler: http://www.techhelpmanual.com/563-int_23h__ctrl_break_exit_address.html
28
 
30
 
29
"notify pending command" int support: http://www.techhelpmanual.com/741-int_2fh_ae00h__notify_pending_command.html
31
"notify pending command" int support: http://www.techhelpmanual.com/741-int_2fh_ae00h__notify_pending_command.html
30
 
32
 
31
stdout redirection should not create the output file if command fails
33
stdout redirection should not create the output file if command fails
32
 
34
 
33
when execing an external command make sure to sync local environment (or run the program with a custom environment pointer?)
35
when execing an external command make sure to sync local environment (or run the program with a custom environment pointer?)
34
 
36
 
35
when execing a program, make sure I use the correct PATH.. -> actually I need to parse PATH and look for matches myself for BAT support
37
when execing a program, make sure I use the correct PATH.. -> actually I need to parse PATH and look for matches myself for BAT support
36
 
38
 
37
dynamic resizing of environment space
39
dynamic resizing of environment space
38
command line arguments to command.com (/e /E /k /p etc)
40
command line arguments to command.com (/e /E /k /p etc)
39
single-stepping AUTOEXEC with F8 at boot time (/P /Y)
41
single-stepping AUTOEXEC with F8 at boot time (/P /Y)
40
skipping AUTOEXEC with F5 at boot time (/P /D)
42
skipping AUTOEXEC with F5 at boot time (/P /D)
41
CTTY
43
CTTY
42
LOADHIGH/LH
44
LOADHIGH/LH
43
 
45
 
44
batch files support:
46
advanced batch files support:
45
 - CALL
47
 - CALL
46
 - :labels
48
 - :labels
47
 - FOR
49
 - FOR
48
 - GOTO
50
 - GOTO
49
 - IF EXIST
51
 - IF EXIST
50
 - IF ERRORLEVEL
52
 - IF ERRORLEVEL
51
 - SHIFT
53
 - SHIFT
52
 
54
 
53
==============================================================================
55
==============================================================================
54
 
56