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.

128 lines
4.2 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. //Copyright (c) 1998-1999 Microsoft Corporation
  4. #include "resource.h"
  5. 128 ICON DISCARDABLE "stubexe.ico"
  6. #define APSTUDIO_READONLY_SYMBOLS
  7. /////////////////////////////////////////////////////////////////////////////
  8. //
  9. // Generated from the TEXTINCLUDE 2 resource.
  10. //
  11. #include "afxres.h"
  12. #include "infostub.rc2"
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22. #ifdef APSTUDIO_INVOKED
  23. /////////////////////////////////////////////////////////////////////////////
  24. //
  25. // TEXTINCLUDE
  26. //
  27. 1 TEXTINCLUDE DISCARDABLE
  28. BEGIN
  29. "resource.h\0"
  30. END
  31. 2 TEXTINCLUDE DISCARDABLE
  32. BEGIN
  33. "#include ""afxres.h""\r\n"
  34. "#include ""infostub.rc2""\0"
  35. END
  36. 3 TEXTINCLUDE DISCARDABLE
  37. BEGIN
  38. "\r\n"
  39. "\0"
  40. END
  41. #endif // APSTUDIO_INVOKED
  42. IDD_MSICMDLINE DIALOGEX 0, 0, 301, 151
  43. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  44. EXSTYLE WS_EX_APPWINDOW
  45. CAPTION "Command Line Options"
  46. FONT 8, "MS Shell Dlg"
  47. BEGIN
  48. DEFPUSHBUTTON "OK",IDOK,244,7,50,14
  49. LTEXT "msinfo32.exe [filename] [/?] [/pch] [/nfo outfile] [/report outfile] [/category catname] [/computer computername] [/categories catlist] [/showcategories]",
  50. IDC_STATIC,7,7,226,25
  51. LTEXT "filename\t\t\t\t- may be an NFO file, a PCHealth XML file, or a CAB file",
  52. IDC_STATIC,7,37,287,8
  53. LTEXT "/?\t\t\t\t- shows this help dialog",IDC_STATIC,7,49,287,
  54. 8
  55. LTEXT "/pch\t\t\t\t- launch in history view",IDC_STATIC,7,61,
  56. 287,8
  57. LTEXT "/nfo outfile\t\t\t- silently save an NFO file to <outfile> and quit",
  58. IDC_STATIC,7,73,287,8
  59. LTEXT "/report outfile\t\t\t- silently save a text report to <outfile> and quit",
  60. IDC_STATIC,7,85,287,8
  61. LTEXT "/category catname\t\t- launch with category <catname> selected",
  62. IDC_STATIC,7,97,287,8
  63. LTEXT "/computer computername\t- launch remoted to <computername>",
  64. IDC_STATIC,7,109,287,8
  65. LTEXT "/showcategories\t\t\t- display a list of (non-localized) category names",
  66. IDC_STATIC,7,133,287,8
  67. LTEXT "/categories catlist\t\t- only show categories specified in <catlist>",
  68. IDC_STATIC,7,121,287,8
  69. END
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // String Table
  73. //
  74. STRINGTABLE DISCARDABLE
  75. BEGIN
  76. IDS_FILENOTFOUND "%1 not in expected location"
  77. IDS_CANTACCESS "You are not permitted to access %1"
  78. IDS_UNKNOWN "Unknown error executing %1"
  79. IDS_NOEXECUTABLE "Can't find MMC.EXE!"
  80. IDS_DESCRIPTION "Microsoft System Information"
  81. IDS_MEMORY "Out of memory! Please close unnecessary programs and try again!"
  82. IDS_UNEXPECTED "Internal error."
  83. IDS_NOMSCFILE "Can't find MSInfo32.msc!"
  84. IDS_USAGE "
  85. Usage: msinfo32 [ /? | /msinfo_file=<filename> | /s <filename> |
  86. \t\t/nfo <filename> | /report <filename> ]
  87. \t[ /computer <computername> ]
  88. \t[ /categories (+|-)(all|<categoryname>)[(+|-)(<categoryname>)...]
  89. \t[ /category <categoryname>]]\n
  90. /?\t\tDisplay this help
  91. /msinfo_file\tOpen the specified NFO or CAB file
  92. /nfo or /s\t\tOutputs an NFO to the specified file
  93. /report\t\tOutputs a text format file to the specified file
  94. /computer\tConnects to the specified computer
  95. /categories\tDisplays or outputs the specified categories
  96. /category\t\tSet focus to a specific category at startup"
  97. END
  98. #endif // English (U.S.) resources
  99. /////////////////////////////////////////////////////////////////////////////
  100. #ifndef APSTUDIO_INVOKED
  101. /////////////////////////////////////////////////////////////////////////////
  102. //
  103. // Generated from the TEXTINCLUDE 3 resource.
  104. //
  105. /////////////////////////////////////////////////////////////////////////////
  106. #endif // not APSTUDIO_INVOKED