Merge 14551:14980 from trunk
[reactos.git] / reactos / subsys / system / 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 subdirectory "test directory".
12
13 More ideas?
14
15 Eric Kohl <ekohl@rz-online.de>