Subversion Repositories SvarDOS

Rev

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

Rev Author Line No. Line
421 mateuszvis 1
 
464 mateuszvis 2
                          === SVARCOM TODO LIST ===
421 mateuszvis 3
 
4
 
422 mateuszvis 5
Below is a loose list of things that I'd like to implement within SvarCOM.
421 mateuszvis 6
 
422 mateuszvis 7
 
464 mateuszvis 8
=== BEFORE NEXT RELEASE ======================================================
422 mateuszvis 9
 
421 mateuszvis 10
pipes redirections
434 mateuszvis 11
basic BAT support (without workflow controls, FOR loops etc)
421 mateuszvis 12
 
13
 
464 mateuszvis 14
=== AT SOME LATER TIME =======================================================
421 mateuszvis 15
 
437 mateuszvis 16
translations should be cached in rmod-owned memory
17
if translations reloading fails, do not retry after every command
422 mateuszvis 18
stdin redirection: command < file.txt
427 mateuszvis 19
DIR: /A
422 mateuszvis 20
DIR: %DIRCMD% support
21
DIR: /O
431 mateuszvis 22
DIR: /S (must use multiple DTAs recursively)
422 mateuszvis 23
COPY: /V
421 mateuszvis 24
command-line variables resolution (cd %MYDIR%)
422 mateuszvis 25
storing rmod in a buffer that can be usefully reused once rmod is installed.
464 mateuszvis 26
ctrl+break handler
421 mateuszvis 27
 
422 mateuszvis 28
"notify pending command" int support: http://www.techhelpmanual.com/741-int_2fh_ae00h__notify_pending_command.html
421 mateuszvis 29
 
453 mateuszvis 30
INT 2F,AX=5500 support
31
 
461 mateuszvis 32
provide unopened FCBs to launched applications
33
 
431 mateuszvis 34
stdout redirection should not create the output file if command fails
457 mateuszvis 35
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
431 mateuszvis 36
 
467 mateuszvis 37
compression of NLS strings and rmod core (lz4?)
38
 
421 mateuszvis 39
dynamic resizing of environment space
450 mateuszvis 40
single-stepping AUTOEXEC with F8 at boot time (/Y)
41
skipping AUTOEXEC with F5 at boot time (/D)
421 mateuszvis 42
CTTY
43
LOADHIGH/LH
44
 
434 mateuszvis 45
advanced batch files support:
421 mateuszvis 46
 - CALL
47
 - :labels
48
 - FOR
49
 - GOTO
50
 - IF EXIST
51
 - IF ERRORLEVEL
52
 - SHIFT
422 mateuszvis 53
 
54
==============================================================================