Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 430 → Rev 431

/svarcom/trunk/todo.txt
11,18 → 11,16
BEFORE NEXT RELEASE:
 
pipes redirections
stdout redirection should not create the output file if command fails
support for translations (single binary file in %NLSPATH%)
DATE
 
 
IN SOME LATER FUTURE:
AT SOME LATER TIME:
 
stdin redirection: command < file.txt
DIR: /A
DIR: %DIRCMD% support
DIR: /O
DIR: /S (must use multiple DTAs)
DIR: /S (must use multiple DTAs recursively)
COPY: /V
command-line variables resolution (cd %MYDIR%)
storing rmod in a buffer that can be usefully reused once rmod is installed.
30,6 → 28,8
 
"notify pending command" int support: http://www.techhelpmanual.com/741-int_2fh_ae00h__notify_pending_command.html
 
stdout redirection should not create the output file if command fails
 
when execing an external command make sure to sync local environment (or run the program with a custom environment pointer?)
 
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