Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 460 → Rev 461

/svarcom/trunk/todo.txt
13,10 → 13,6
pipes redirections
basic BAT support (without workflow controls, FOR loops etc)
 
rmod: should have a proper PSP (copied from transient COMMAND.COM), then
call setPSP to let DOS know the new process ID.
instead of calling "terminate", rmod should free COMMAND.COM's PSP and
its environment block. No need to fiddle with int22 handlers then.
 
AT SOME LATER TIME:
 
36,6 → 32,8
 
INT 2F,AX=5500 support
 
provide unopened FCBs to launched applications
 
stdout redirection should not create the output file if command fails
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)