Added Eric Kohl's port of freedos command
[reactos.git] / rosapps / cmd / wishlist.txt
1
2 Wishlist for ReactOS CMD
3 ~~~~~~~~~~~~~~~~~~~~~~~~
4
5 - Exclusion wildcards: "del /r *.bak -abcd.bak"
6 Deletes ALL *.bak files EXCEPT abcd.bak.
7
8 - Progress indikator on long file operations (copy/move).
9 Percentage at the right side of the filename.
10
11 - [cd test directory] should change to the subdirectoy "test directory".
12
13 More ideas?
14
15 Eric Kohl <ekohl@abo.rhein-zeitung.de>