- Jan
- 16
- 0
Hello All!
here's a simple example of bug:
There is no descript.ion file in the В directory :-(
here's a simple example of bug:
Code:
[C:\]md /d 1 %+ md A %+ md B
[C:\1]describe /a:d *.* "Happy New Year!"
[C:\1]dir /zkmh
A <DIR> 29.01.12 23:52 Happy New Year!
B <DIR> 29.01.12 23:52 Happy New Year!
[C:\1]move A B
C:\1\A -> C:\1\B\A
[C:\1]type DESCRIPT.ION
"A" Happy New Year!
"B" Happy New Year!
[C:\1]dir /zkmh B
A <DIR> 29.01.12 23:52
[C:\1]