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.4 KiB
128 lines
4.4 KiB
//Microsoft Developer Studio generated resource script.
|
|
//
|
|
//Copyright (c) 1998-1999 Microsoft Corporation
|
|
|
|
#include "resource.h"
|
|
|
|
128 ICON DISCARDABLE "stubexe.ico"
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
#include "afxres.h"
|
|
#include "infostub.rc2"
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// English (U.S.) resources
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
|
#ifdef _WIN32
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
#pragma code_page(1252)
|
|
#endif //_WIN32
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TEXTINCLUDE
|
|
//
|
|
|
|
1 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"resource.h\0"
|
|
END
|
|
|
|
2 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"#include ""afxres.h""\r\n"
|
|
"#include ""infostub.rc2""\0"
|
|
END
|
|
|
|
3 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"\r\n"
|
|
"\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
IDD_MSICMDLINE DIALOGEX 0, 0, 301, 151
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_APPWINDOW
|
|
CAPTION "Command Line Options"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
DEFPUSHBUTTON "OK",IDOK,244,7,50,14
|
|
LTEXT "msinfo32.exe [filename] [/?] [/pch] [/nfo outfile] [/report outfile] [/category catname] [/computer computername] [/categories catlist] [/showcategories]",
|
|
IDC_STATIC,7,7,226,25
|
|
LTEXT "filename\t\t\t\t- may be an NFO file, a PCHealth XML file, or a CAB file",
|
|
IDC_STATIC,7,37,287,8
|
|
LTEXT "/?\t\t\t\t- shows this help dialog",IDC_STATIC,7,49,287,
|
|
8
|
|
LTEXT "/pch\t\t\t\t- launch in history view",IDC_STATIC,7,61,
|
|
287,8
|
|
LTEXT "/nfo outfile\t\t\t- silently save an NFO file to <outfile> and quit",
|
|
IDC_STATIC,7,73,287,8
|
|
LTEXT "/report outfile\t\t\t- silently save a text report to <outfile> and quit",
|
|
IDC_STATIC,7,85,287,8
|
|
LTEXT "/category catname\t\t- launch with category <catname> selected",
|
|
IDC_STATIC,7,97,287,8
|
|
LTEXT "/computer computername\t- launch remoted to <computername>",
|
|
IDC_STATIC,7,109,287,8
|
|
LTEXT "/showcategories\t\t\t- display a list of (non-localized) category names",
|
|
IDC_STATIC,7,133,287,8
|
|
LTEXT "/categories catlist\t\t- only show categories specified in <catlist>",
|
|
IDC_STATIC,7,121,287,8
|
|
END
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_FILENOTFOUND "%1 not in expected location"
|
|
IDS_CANTACCESS "You are not permitted to access %1"
|
|
IDS_UNKNOWN "Unknown error executing %1"
|
|
IDS_NOEXECUTABLE "Can't find MMC.EXE!"
|
|
IDS_DESCRIPTION "Microsoft System Information"
|
|
IDS_MEMORY "Out of memory! Please close unnecessary programs and try again!"
|
|
IDS_UNEXPECTED "Internal error."
|
|
IDS_NOMSCFILE "Can't find MSInfo32.msc!"
|
|
|
|
IDS_USAGE "
|
|
Usage: msinfo32 [ /? | /msinfo_file=<filename> | /s <filename> |
|
|
\t\t/nfo <filename> | /report <filename> ]
|
|
\t[ /computer <computername> ]
|
|
\t[ /categories (+|-)(all|<categoryname>)[(+|-)(<categoryname>)...]
|
|
\t[ /category <categoryname>]]\n
|
|
/?\t\tDisplay this help
|
|
/msinfo_file\tOpen the specified NFO or CAB file
|
|
/nfo or /s\t\tOutputs an NFO to the specified file
|
|
/report\t\tOutputs a text format file to the specified file
|
|
/computer\tConnects to the specified computer
|
|
/categories\tDisplays or outputs the specified categories
|
|
/category\t\tSet focus to a specific category at startup"
|
|
|
|
END
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|