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.

36 lines
1.5 KiB

  1. #include "windows.h"
  2. #include "ntverp.h"
  3. #define VER_FILEDESCRIPTION_STR "IIS load balancing configuration command line utility"
  4. #define VER_INTERNALNAME_STR "iislbc.exe"
  5. #define VER_ORIGINALFILENAME_STR "iislbc.exe"
  6. #define VER_FILETYPE VFT_APP
  7. #include "iisver.h"
  8. #include "common.ver"
  9. #include "iisrc.h"
  10. STRINGTABLE
  11. BEGIN
  12. IDS_LBC_HELP "\nIISLBC.EXE (c) Microsoft Corp. 1998\n\nUsage:\n\niislbc\n\
  13. [-mcomputername] Specify target computer\n\
  14. \t\tAnd one of the following commands:\n\
  15. [-as Server] Add Server\n\
  16. [-ai PublicIp:Port Name StickyDuration] Add Public IP Address ( + port # )\n\
  17. [-ap * PerfmonCounter|* Weight] Add Perfmon counters,\n\
  18. \t * to select from list\n\
  19. [-ds Server] Delete Server\n\
  20. [-di PublicIp:Port] Delete Public IP Address\n\
  21. [-dp * PerfmonCounter] Delete Perfmon counters\n\
  22. [-si Server PublicIp:Port PrivateIp:Port Name] Set private IP address for a given\n\
  23. \t server and public IP address\n\
  24. [-lc] List configuration\n\
  25. \n"
  26. IDS_LBC_COPYRIGHT "\nIISLBC (c) Microsoft Corp. 1998\n"
  27. IDS_LBC_IPE "\nIP endpoints:\n"
  28. IDS_LBC_IPM "\nIP Mapping:\n%*.*s\t"
  29. IDS_LBC_PM "Perfmon counters:\n"
  30. IDS_LBC_ST "Sticky duration: %u\n\n"
  31. IDS_LBC_SP "Select a counter to monitor"
  32. END