:: reverse dictionary ::
ファイルの内容を1画面ずつ表示するには、more コマンドに表示するファイルを指定して実行します。
C:\>more C:\WINDOWS\system32\mqprfsym.h // // mqctrnm.h // // Offset definition file for extensible counter objects and counters // // These "relative" offsets must start at 0 and be multiples of 2 i.e. // even numbers. In the Open Procedure, they will be added to the // "First Counter" and "First Help" values for the device they belong to, // in order to determine the absolute location of the counter and // object names and corresponding Explain text in the registry. // // This file is used by the extensible counter DLL code as well as the // counter name and Explain text definition file .INI file that is used // by LODCTR to load the names into the registry. // #define QMOBJ 0 #define NUMSESSIONS 2 #define NUMIPSESSIONS 4 //#define NUMIPXSESSIONS 6 Entry was removed for msmq 3.0 #define NUM_OUTGOING_HTTP_SESSIONS 6 #define NUM_INCOMING_PGM_SESSIONS 8 #define NUM_OUTGOING_PGM_SESSIONS 10 -- More (34%) --
more [ドライブ:][パス]ファイル名
more コマンドは、指定したファイルの内容を1画面ずつ表示します。
1画面分を表示し終わると画面の最下行に「-- More (??%) --」を表示して、キー入力を待ちます。 この「-- More (??%) --」は Moreプロンプトと呼ばれます。
Moreプロンプト表示後にスペースキーを押すと、次の画面を表示します。
#define NUMINQMPACKETS 12 #define TOTALINQMPACKETS 14 #define NUMOUTQMPACKETS 16 #define TOTALOUTQMPACKETS 18 #define TOTALPACKETSINQUEUES 20 #define TOTALBYTESINQUEUES 22 #define SESSIONOBJ 24 #define NUMSESSINPACKETS 26 #define NUMSESSOUTPACKETS 28 #define NUMSESSINBYTES 30 #define NUMSESSOUTBYTES 32 #define TOTALSESSINPACKETS 34 #define TOTALSESSINBYTES 36 #define TOTALSESSOUTPACKETS 38 #define TOTALSESSOUTBYTES 40 #define QUEUEOBJ 42 #define TOTALQUEUEINPACKETS 44 #define TOTALQUEUEINBYTES 46 #define TOTALJOURNALINPACKETS 48 #define TOTALJOURNALINBYTES 50 -- More (60%) --
Copyright (C) 2005-2007 Noto Watabe. All rights reserved.
e-mail:wmh@always-pg.com