mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
1c3c66afa4
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
7 lines
165 B
CMake
7 lines
165 B
CMake
add_subdirectory(appwiz)
|
|
add_subdirectory(cat)
|
|
add_subdirectory(ntfsinfo)
|
|
add_subdirectory(tee)
|
|
add_subdirectory(touch)
|
|
add_subdirectory(uptime)
|
|
add_subdirectory(y)
|