Herbert Kleebauer
2023-04-27 22:35:29 UTC
:: To create a file with the name "test." on a NTFS
:: file system use (testet in WIN10):
echo hello world>test.::$DATA
:: the file can't be deleted with
del test
del test.
:: and also not with explorer
:: but only by deleting all test.* files with
:: del test.*
::this also doesn't work
type test.
more test.
more <test.
more test.::$DATA
:: only this works
more <test.::$DATA
:: file system use (testet in WIN10):
echo hello world>test.::$DATA
:: the file can't be deleted with
del test
del test.
:: and also not with explorer
:: but only by deleting all test.* files with
:: del test.*
::this also doesn't work
type test.
more test.
more <test.
more test.::$DATA
:: only this works
more <test.::$DATA