Shell Library Command Line Sample (shlib.exe)
==============================================
Sample command-line interface for the IShellLibrary interface, providing programmatic access to inspect and manipulate Windows libraries files from the console.
Sample Language Implementations
===============================
C++
Files:
=============================================
ShellLibraryCommandLine.cpp
ShellLibraryCommandLine.h
ShellLibraryCommandLine.sln
ShellLibraryCommandLine.vcproj
CmdLineBase.cpp
CmdLineBase.h
Prerequisites:
=============================================
This sample must be run on Windows 7.
To build the sample using the command prompt:
=============================================
1. Open the Command Prompt window and navigate to the ShellLibraryCommandLinedirectory.
2. Type msbuild ShellLibraryCommandLine.sln.
To build the sample using Visual Studio (preferred method):
===========================================================
1. Open Windows Explorer and navigate to the ShellLibraryCommandLine directory.
2. Double-click the icon for the ShellLibraryCommandLine.sln file to open the file in Visual Studio.
3. In the Build menu, select Build Solution. The application will be built in the default \Debug or \Release directory.
To run the sample:
=================
1. Navigate to the directory that contains the new executable, using the command prompt.
2. Type shlib.exe at the command line.