README.TXT
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. Sample: DDEML API Demonstration
  2. Summary:
  3. The Install SDK sample provides an example of how to use the DDEML
  4. API's to add groups and program items to the Program Manager. The 
  5. program can be run either in interactive or batch mode and the
  6. search path can be specified on the command line.
  7. More Information:
  8. The program can be started from the command line. The following
  9. flags can be used.
  10.    (-/)(sS) <path> Specify the search path. Currently this must be
  11.    single path. The application searches for an environmental variable
  12.    "MSTOOLS". If this variable is not found then the default value is
  13.    c:mstoolssamples.
  14.    (-/)g(G) <name> Specify the name of the group that the items 
  15.    should be added to. The default value is 'Sample Applications'.
  16.    (-/)b(B) Specifies that the program should run in batch mode.
  17.    The program will find all of the .exe files in the specified
  18.    path, searching recursively. It will then create the specified
  19.    group and add all of the found executables to the group. The
  20.    program will then exit.
  21.    (-/)(iI) Specifies interactive mode. This is the default. The
  22.    program will find all of the exe files in the specified 
  23.    path, searching recursively. The names will be displayed in
  24.    a list with the name that will be use displayed in an additional
  25.    list. A drop down combo box will display a list of the currently
  26.    available groups. The user can type in a new group name if
  27.    desired.
  28.  If the program finds more than 50 executables then after adding 50
  29. items to a group a new group is created using the name currently 
  30. selected in the Program Manager Group list with "Part <n>" appended
  31. where <n> starts at 2 and is incremented after every new group is
  32. added.