From 0abc54875342cc18a0be2bf3280343e552d6cd75 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 12 Jul 2015 02:25:10 +0300 Subject: README updates --- utils/libnt_path_converter/README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'utils/libnt_path_converter/README.md') diff --git a/utils/libnt_path_converter/README.md b/utils/libnt_path_converter/README.md index 8d03e5c..b281d10 100644 --- a/utils/libnt_path_converter/README.md +++ b/utils/libnt_path_converter/README.md @@ -1,20 +1,23 @@ # libnt_path_converter -[nt_path_converter](https://github.com/egor-tensin/windows_drivers/tree/master/src/nt_path_converter) usage examples. +[nt_path_converter](../../src/nt_path_converter) usage examples. ## Usage ### libnt_path_converter.lib -Wraps nt_path_converter's virtual device interface using [libservice](https://github.com/egor-tensin/windows_drivers/tree/master/utils/libservice). -Include the headers by `#include`ing `include/libnt_path_converter/all.hpp`, which includes all of the other header files. +Wraps nt_path_converter's virtual device interface using +[libservice](../libservice). +Include the headers by `#include`ing `include/libnt_path_converter/all.hpp`, +which includes all of the other header files. ### 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](https://technet.microsoft.com/en-us/library/bb896657.aspx) utility. +The NT namespace can be explored using the +[WinObj](https://technet.microsoft.com/en-us/library/bb896657.aspx) utility. Usage example (assuming nt_path_converter is already loaded): >convert_nt_path.exe \Device\HarddiskVolume2\Windows @@ -22,9 +25,9 @@ Usage example (assuming nt_path_converter is already loaded): ## Building -See [Building](https://github.com/egor-tensin/windows_drivers/tree/master/utils#building). +See [Building](../README.md#building). ## Licensing This project is licensed under the terms of the MIT License. -See [Licensing](https://github.com/egor-tensin/windows_drivers#licensing) for details. +See [Licensing](../../README.md#licensing) for details. -- cgit v1.2.3