route.exe TCP/IP Route コマンド e3fd5ed4f93ad64e5db228a5dd0b694b

File info

File name: route.exe.mui
Size: 10240 byte
MD5: e3fd5ed4f93ad64e5db228a5dd0b694b
SHA1: aee69706fa50a98aefded19d0039b07ec5a62c17
SHA256: 5f701675e17417ddab6ea93644a9c7ad94486004d7bc90da0098550ea1209dfb
Operating systems: Windows 10
Extension: MUI
In x64: route.exe TCP/IP Route コマンド (32 ビット)

Translations messages and strings

If an error occurred or the following message in Japanese language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id Japanese English
0x00002710ネットワーク宛先 ネットマスク ゲートウェイ インターフェイス メトリック Network Destination Netmask Gateway Interface Metric
0x00002715%1!S!: 引数 %2!S! は無効です %1!S!: bad argument %2!S!
0x00002716%1!S!: Windows ソケットを初期化できませんでした: %2!d! %1!S!: Windows Sockets initialization failed: %2!d!
0x0000271A指定したルートが見つかりませんでした。 The route specified was not found.
0x0000271B%1!15s! %2!15s! %3!15s! %4!15s! %5!6s! %1!15s! %2!15s! %3!15s! %4!15s! %5!6s!
0x0000271Dインターフェイスを初期化できませんでした: %1!u! The interface failed to initialize: %1!u!
0x0000271Eルートを追加できませんでした: %1 The route addition failed: %1
0x0000271Fルートを削除できませんでした: %1 The route deletion failed: %1
0x00002720ルートをフラッシュできませんでした: %1 The route flush failed: %1
0x00002721ルートを変更できませんでした: %1 The route change failed: %1
0x00002722ルート テーブルを出力できません: %1 Cannot print route table: %1
0x00002723ルートが正常に追加されましたが、固定ルートにすることができませんでした: %1!u! The route was added successfully, but could not be made persistent: %1!u!
0x00002724===========================================================================アクティブ ルート: ===========================================================================Active Routes:
0x00002725固定ルート: Persistent Routes:
0x00002726%1!15s! %2!15s! %3!15s! %4!6s! %1!15s! %2!15s! %3!15s! %4!6s!
0x00002727ネットワーク アドレス ネットマスク ゲートウェイ アドレス メトリック Network Address Netmask Gateway Address Metric
0x00002728固定ルートにアクセスできません: %1 Unable to access persistent routes: %1
0x00002729なし None
0x0000272A一致するアクティブ ルートが見つかりませんでした。一致する固定ルートを削除しました。 No matching active route was found. A matching persistent route was deleted.
0x0000272Bネットワーク ルーティング テーブルを操作します。ROUTE [-f] [-p] [-4|-6] command [destination] [MASK netmask] [gateway] [METRIC metric] [IF interface] -f ルーティング テーブルにあるゲートウェイのエントリをすべてクリア します。このオプションをコマンドと併用した場合、コマンドを実行 する前にテーブルがクリアされます。 -p ADD コマンドと併用された場合、システムの再起動後もルートは維持さ れます。既定では、システムが再起動された場合、ルートは維持され ません。適切な固定ルートを決定する他のコマンドでは、オプションは 無視されます。 -4\t IPv4 の使用を強制します。 -6\t IPv6 の使用を強制します。 command 次のいずれかです: PRINT ルートを印刷します。 ADD ルートを追加します。 DELETE ルートを削除します。 CHANGE 既存のルートを変更します。 destination ホストを指定します。 MASK 次のパラメーターが 'netmask' の値であることを指定します。 netmask このルート エントリのサブネット マスクの値を指定します。 指定されない場合、既定値は 255.255.255.255 です。 gateway ゲートウェイを指定します。 interface 指定されたルートのインターフェイス番号です。 METRIC 宛先のコストなどのメトリックを指定します。宛先の指定に使われたシンボリック名はすべてネットワーク データベース ファイル NETWORKS で参照されます。ゲートウェイのシンボリック名は、ホスト名データベース ファイル HOSTS で参照されます。コマンドが PRINT または DELETE の場合、destination または gateway にはワイルド カード ('*' で指定) を使用できます。gateway の引数は省略できます。destination に含まれる * または ? はシェルのパターンとして認識され、一致する宛先ルートのみが印刷されます。'*' は任意の文字列に、'?' は 1 文字の文字に一致します。例: 157.*.1、157.*、127.*、*224*。パターン マッチは PRINT コマンドでのみ許可されます。 Manipulates network routing tables.ROUTE [-f] [-p] [-4|-6] command [destination] [MASK netmask] [gateway] [METRIC metric] [IF interface] -f Clears the routing tables of all gateway entries. If this is used in conjunction with one of the commands, the tables are cleared prior to running the command. -p When used with the ADD command, makes a route persistent across boots of the system. By default, routes are not preserved when the system is restarted. Ignored for all other commands, which always affect the appropriate persistent routes. -4\t Force using IPv4. -6 Force using IPv6. command One of these: PRINT Prints a route ADD Adds a route DELETE Deletes a route CHANGE Modifies an existing route\t destination Specifies the host. MASK Specifies that the next parameter is the 'netmask' value. netmask Specifies a subnet mask value for this route entry. If not specified, it defaults to 255.255.255.255. gateway Specifies gateway. interface the interface number for the specified route. METRIC specifies the metric, ie. cost for the destination.All symbolic names used for destination are looked up in the network databasefile NETWORKS. The symbolic names for gateway are looked up in the host namedatabase file HOSTS.If the command is PRINT or DELETE. Destination or gateway can be a wildcard,(wildcard is specified as a star '*'), or the gateway argument may be omitted.If Dest contains a * or ?, it is treated as a shell pattern, and onlymatching destination routes are printed. The '*' matches any string,and '?' matches any one char. Examples: 157.*.1, 157.*, 127.*, *224*.Pattern match is only allowed in PRINT command.
0x0000272Cルート %1!s! を削除できませんでした。 Deleting Route %1!s! failed.
0x0000272D%1!S!: 無効なメトリック値 %2!S! %1!S!: bad metric value %2!S!
0x0000272E変更するルートが見つかりませんでした。 Could not find route to CHANGE.
0x0000272F診断情報: (DEST & MASK) != DEST の場合、MASK が無効なときにエラーが発生します。 例 route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1 ルートを追加できませんでした: 指定したマスク パラメーターは無効です。 (Destination & Mask) != Destination です。例: route PRINT route PRINT -4 route PRINT -6 route PRINT 157* .... 157* に一致するルートのみが出力されます\t route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1 METRIC 3 IF 2 宛先^ ^マスク ^ゲートウェイ メトリック^ ^ インターフェイス^ IF を指定しないと、指定したゲートウェイに最適なインターフェイスが 検索されます。 route ADD 3ffe::/32 3ffe::1 route CHANGE 157.0.0.0 MASK 255.0.0.0 157.55.80.5 METRIC 2 IF 2 CHANGE はゲートウェイとメトリックの変更にのみ使用します。 route DELETE 157.0.0.0 route DELETE 3ffe::/32 Diagnostic Notes: Invalid MASK generates an error, that is when (DEST & MASK) != DEST. Example route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1 The route addition failed: The specified mask parameter is invalid. (Destination & Mask) != Destination.Examples: route PRINT route PRINT -4 route PRINT -6 route PRINT 157* .... Only prints those matching 157*\t route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1 METRIC 3 IF 2 destination^ ^mask ^gateway metric^ ^ Interface^ If IF is not given, it tries to find the best interface for a given gateway. route ADD 3ffe::/32 3ffe::1 route CHANGE 157.0.0.0 MASK 255.0.0.0 157.55.80.5 METRIC 2 IF 2 CHANGE is used to modify gateway and/or metric only. route DELETE 157.0.0.0 route DELETE 3ffe::/32
0x00002730
0x00002731%1!S!: インターフェイス インデックス %2!S! は無効です %1!S!: bad interface index %2!S!
0x00002732===========================================================================インターフェイス一覧 ===========================================================================Interface List
0x00002733=========================================================================== ===========================================================================
0x00002735デフォルト ゲートウェイ: %1!17s! Default Gateway: %1!17s!
0x00002736指定した宛先パラメーターは無効です。 The specified destination parameter is invalid.
0x00002737指定したゲートウェイ パラメーターは無効です。 The specified gateway parameter is invalid.
0x00002738指定したマスク パラメーターは無効です。(Destination & Mask) != Destination になります。 The specified mask parameter is invalid. (Destination & Mask) != Destination.
0x00002739インターフェイス インデックスが間違っているか、ゲートウェイがインターフェイスと同じネットワーク上にありません。コンピューターの IP アドレス テーブルを確認してください。 Either the interface index is wrong or the gateway does not lie on the same network as the interface. Check the IP Address Table for the machine.
0x0000273A%1!s! ルート テーブル %1!s! Route Table
0x0000273BIf メトリック ネットワーク宛先 ゲートウェイ If Metric Network Destination Gateway
0x0000273C%1!3d! %2!6s! %3!-24S!%0 %1!3d! %2!6s! %3!-24S!%0
0x0000273Dリンク上 On-link
0x0000273E%1!S! %1!S!
0x0000273F%0 %0
0x00002740アクティブな IPv4 ルートがありません。 There is no active IPv4 Route.
0x00002741アクティブな IPv6 ルートがありません。 There is no active IPv6 Route.
0x00002742OK! OK!
0x00002743既定 Default
0x00002744%1!3d!...%2!s!%3!s! %1!3d!...%2!s!%3!s!

EXIF

File Name:route.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-t..p-utility.resources_31bf3856ad364e35_10.0.15063.0_ja-jp_344e51ac950c5298\
File Size:10 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:9728
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Executable application
File Subtype:0
Language Code:Japanese
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:TCP/IP Route コマンド
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:route.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:route.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\wow64_microsoft-windows-t..p-utility.resources_31bf3856ad364e35_10.0.15063.0_ja-jp_3ea2fbfec96d1493\

What is route.exe.mui?

route.exe.mui is Multilingual User Interface resource file that contain Japanese language for file route.exe (TCP/IP Route コマンド).

File version info

File Description:TCP/IP Route コマンド
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:route.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:route.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x411, 1200