diff options
Diffstat (limited to 'um/wrappers/special/nt_namespace/README.md')
-rw-r--r-- | um/wrappers/special/nt_namespace/README.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/um/wrappers/special/nt_namespace/README.md b/um/wrappers/special/nt_namespace/README.md new file mode 100644 index 0000000..22a74ee --- /dev/null +++ b/um/wrappers/special/nt_namespace/README.md @@ -0,0 +1,31 @@ +nt_namespace driver utilities +================================== + +[nt_namespace] driver usage examples. + +[nt_namespace]: ../../../../km/src/special/nt_namespace + +Usage +----- + +### convert_nt_path.exe + + Usage: convert_nt_path.exe [NT_PATH...] + +Converts a NT-style path to a DOS-style path. +The NT namespace can be explored using the [WinObj] utility. +For example: + + > convert_nt_path.exe \Device\HarddiskVolume2\Windows + C:\Windows + +[WinObj]: https://technet.microsoft.com/en-us/library/bb896657.aspx + +See also +-------- + +* [Building] +* [License] + +[Building]: ../../../README.md#building +[License]: ../../../../README.md#license |