34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
Parsing With Parameters Sample
|
|
================================
|
|
Demonstrates how to take advantage of shell helpers that use the parsing name interact with items via the shell programming model.
|
|
|
|
Sample Language Implementations
|
|
===============================
|
|
C++
|
|
|
|
Files:
|
|
=============================================
|
|
ParsingWithParameters.cpp
|
|
ParsingWithParameters.sln
|
|
ParsingWithParameters.vcproj
|
|
ShellHelpers.h
|
|
|
|
|
|
To build the sample using the command prompt:
|
|
=============================================
|
|
1. Open the Command Prompt window and navigate to the ParsingWithParameters directory.
|
|
2. Type msbuild ParsingWithParameters.sln.
|
|
|
|
|
|
To build the sample using Visual Studio (preferred method):
|
|
===========================================================
|
|
1. Open Windows Explorer and navigate to the ParsingWithParameters directory.
|
|
2. Double-click the icon for the ExecInExplorer.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. Run ParsingSample.exe
|