From 76eec82fecfef8aa1b1266a09fbdd992094947c3 Mon Sep 17 00:00:00 2001 From: Brandon Turner Date: Mon, 21 Nov 2005 17:53:11 +0000 Subject: [PATCH] update todo with things i have finished. svn path=/trunk/; revision=19410 --- reactos/subsys/system/cmd/todo.txt | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/reactos/subsys/system/cmd/todo.txt b/reactos/subsys/system/cmd/todo.txt index 6f23d7fed75..b9895bdd6d5 100644 --- a/reactos/subsys/system/cmd/todo.txt +++ b/reactos/subsys/system/cmd/todo.txt @@ -20,14 +20,5 @@ This is mostly done thanks to Greatlord(cmd.c is the hardest spot that is left). && runs the 2nd command only if the first was a success Not sure where to put this code even -*mkdir needs recurvisly create folders -When doing "mkdir c:\windows\foo\bar\foofoo" where foo, bar, and foofoo are not folders, it will create all the folders to that a vaild path - -*Correct Error checking -A lot of commands on failure just spit out GetLastError instead of looking for the real cause. It should give a better output to give at least some kinda clue what is wrong. - *Reg Testing -We need more batch files like the one Royce made for "set /a". What out for if bugs when doing this... could lead to in the wrong direction when looking for a regression. - -*Add Breaker -THere is partly code in place for this already. However it is broken and not finished. PocketCMD which is open source and based off ros cmd does do this correctly though. So there is something to look at and see how it can be done. though it is hard to find where they are doing it even though they are based on eachother they look pretty different now a days. \ No newline at end of file +We need more batch files like the one Royce made for "set /a". What out for if bugs when doing this... could lead to in the wrong direction when looking for a regression. \ No newline at end of file