Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.5 KiB

  1. #include <windows.h>
  2. #include "putingrp.h"
  3. APP_ICON ICON "putingrp.ico"
  4. STRINGTABLE
  5. BEGIN
  6. APP_SERVER "PROGMAN"
  7. APP_TOPIC "PROGMAN"
  8. APP_PROGMAN_TITLE "Program Manager"
  9. APP_CREATE_AND_SHOW_FMT "[CreateGroup(%s,1)]"
  10. APP_RESTORE_GROUP_FMT "[ShowGroup(%s,1,1)]"
  11. APP_ADD_PROGRAM_FMT "[AddItem(%s,%s)]"
  12. APP_RELOAD_GROUP_FMT "[Reload(%a,1)]"
  13. APP_ADD_SUCCESS_FMT "\nAdded \""%s\"" to Program Group: \""%s\"""
  14. APP_ADD_ERROR_FMT "\nUnable to add \""%s\"" to Program Group: \""%s\"""
  15. APP_DDE_EXECUTE_ERROR_FMT "\nDDE Error 0x%8.8x Executing DDE Command \""%s\"""
  16. APP_USAGE_0 "\nPutInGrp.exe\n\n"
  17. APP_USAGE_1 " Places Program Items into Program Manager groups\n\n"
  18. APP_USAGE_2 " Usage:"
  19. APP_USAGE_3 " putingrp filepath groupname\n\n"
  20. APP_USAGE_4 " where: filepath is the name or wild card filespec of files to load\n"
  21. APP_USAGE_5 " groupname is the Program Manager group in which to place\n"
  22. APP_USAGE_6 " the file icon(s). The name must be enclosed within\n"
  23. APP_USAGE_7 " double quotes if it contains spaces. The group will\n"
  24. APP_USAGE_8 " be created if doesn't already exist.\n"
  25. END
  26.