Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Credits 713 Posts 348 Joined 2007-02-10 13:59 19-year member UID 79169 Gender Male
Status Offline
Under DOS, load DOSLFN.
`MD ..` can create a hidden directory like `~1`, which is actually equivalent to `MD ...\` under CMD. The premise is that it can only be created on a FAT32 partition.
Credits 70 Posts 33 Joined 2007-06-03 21:10 19-year member UID 90174 Gender Male
Status Offline
Originally posted by lp1129 at 2007-4-12 01:19 PM:
Checked the MDD.bat of One-key GHOST, it seems that it creates this directory like this
doslfn >nul
md F:\..
md F:\~1
Loaded long filename support, then created two directories, which can be accessed under DOS,
Back to ...
Tried it, the ~1 file was successfully created but there is no .. file. And the ~1 file is not hidden. You can directly enter it with CD under DOS. What is the reason for this?