reactos/rosapps/applications/cmdutils/ntfsinfo/ntfsinfo.rc
Pierre Schweitzer 1c3c66afa4 [NTFSINFO]
Time to free some Sysinternals tool: ntfsinfo.

To make it short, this tool dumps various information about a NTFS volume and its reserved meta-data files

Our version comes with three advantages compared to the Russinovich's tool:
- It's FLOSS
- It works properly on NT5+ (developed with W2K3 & W7) whereas R's cannot display meta-data files information
- It will open a volume by default if none provided

One issue so far: it doesn't work properly on ReactOS!

CORE-8725

svn path=/trunk/; revision=68326
2015-06-30 21:03:55 +00:00

5 lines
201 B
Plaintext

#define REACTOS_STR_FILE_DESCRIPTION "NTFS Information\0"
#define REACTOS_STR_INTERNAL_NAME "ntfsinfo\0"
#define REACTOS_STR_ORIGINAL_FILENAME "ntfsinfo.exe\0"
#include <reactos/version.rc>