Subversion Repositories SvarDOS

Rev

Rev 421 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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