The last supported DOSLFN for d:\abc. has been downloaded and it works well.
But it doesn't support directories like d:\..\!
Because I found the trick of md d:\..\ on the Wuyou Forum (it's not visible in Explorer, not even when "Show all files" is on, very clever!).
Using DIR /X /AD /P can simultaneously display d:\.. which is actually d:\e2e2~1.
So
md d:\...\
md d:\....\
md d:\.....\
......
It's found that up to 253 dots can be included in the characters, but only 2 dots, i.e., d:\.. is hidden, and when there are more than 3 dots, it has the same attributes as d:\abc. (visible in Explorer)!
Please have Wengier modify DOSLFN again to support in pure DOS:
For example, md d:\. can create an absolutely hidden directory like d:\e2e2~1.
[ Last edited by gmy on 2006-6-13 at 09:19 ]
But it doesn't support directories like d:\..\!
Because I found the trick of md d:\..\ on the Wuyou Forum (it's not visible in Explorer, not even when "Show all files" is on, very clever!).
Using DIR /X /AD /P can simultaneously display d:\.. which is actually d:\e2e2~1.
So
md d:\...\
md d:\....\
md d:\.....\
......
It's found that up to 253 dots can be included in the characters, but only 2 dots, i.e., d:\.. is hidden, and when there are more than 3 dots, it has the same attributes as d:\abc. (visible in Explorer)!
Please have Wengier modify DOSLFN again to support in pure DOS:
For example, md d:\. can create an absolutely hidden directory like d:\e2e2~1.
[ Last edited by gmy on 2006-6-13 at 09:19 ]
DOS之家 http://doshome.com 站长 葛明阳


