route.exe TCP/IP Route Command e9d36ad3ea19755635cb81c67b97ea60

File info

File name: route.exe.mui
Size: 12800 byte
MD5: e9d36ad3ea19755635cb81c67b97ea60
SHA1: 7848a1f53f70fdd9bab31b431b0669e52aea3e3f
SHA256: e531c92ce752323f24866101f9ad14b3d91ba4ca6cb25de621569890b678d213
Operating systems: Windows 10
Extension: MUI
In x64: route.exe TCP/IP Route Command (32-bit)

Translations messages and strings

If an error occurred or the following message in English (U.S.) 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 English (U.S.) English
0x00002710Network Destination Netmask Gateway Interface Metric Network Destination Netmask Gateway Interface Metric
0x00002715%1!S!: bad argument %2!S! %1!S!: bad argument %2!S!
0x00002716%1!S!: Windows Sockets initialization failed: %2!d! %1!S!: Windows Sockets initialization failed: %2!d!
0x0000271AThe route specified was not found. 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!
0x0000271DThe interface failed to initialize: %1!u! The interface failed to initialize: %1!u!
0x0000271EThe route addition failed: %1 The route addition failed: %1
0x0000271FThe route deletion failed: %1 The route deletion failed: %1
0x00002720The route flush failed: %1 The route flush failed: %1
0x00002721The route change failed: %1 The route change failed: %1
0x00002722Cannot print route table: %1 Cannot print route table: %1
0x00002723The route was added successfully, but could not be made persistent: %1!u! The route was added successfully, but could not be made persistent: %1!u!
0x00002724===========================================================================Active Routes: ===========================================================================Active Routes:
0x00002725Persistent Routes: Persistent Routes:
0x00002726%1!15s! %2!15s! %3!15s! %4!6s! %1!15s! %2!15s! %3!15s! %4!6s!
0x00002727Network Address Netmask Gateway Address Metric Network Address Netmask Gateway Address Metric
0x00002728Unable to access persistent routes: %1 Unable to access persistent routes: %1
0x00002729None None
0x0000272ANo matching active route was found. A matching persistent route was deleted. No matching active route was found. A matching persistent route was deleted.
0x0000272BManipulates 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. 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.
0x0000272CDeleting Route %1!s! failed. Deleting Route %1!s! failed.
0x0000272D%1!S!: bad metric value %2!S! %1!S!: bad metric value %2!S!
0x0000272ECould not find route to CHANGE. Could not find route to CHANGE.
0x0000272FDiagnostic 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 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!: bad interface index %2!S! %1!S!: bad interface index %2!S!
0x00002732===========================================================================Interface List ===========================================================================Interface List
0x00002733=========================================================================== ===========================================================================
0x00002735Default Gateway: %1!17s! Default Gateway: %1!17s!
0x00002736The specified destination parameter is invalid. The specified destination parameter is invalid.
0x00002737The specified gateway parameter is invalid. The specified gateway parameter is invalid.
0x00002738The specified mask parameter is invalid. (Destination & Mask) != Destination. The specified mask parameter is invalid. (Destination & Mask) != Destination.
0x00002739Either 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. 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! Route Table %1!s! Route Table
0x0000273BIf Metric Network Destination Gateway If Metric Network Destination Gateway
0x0000273C%1!3d! %2!6s! %3!-24S!%0 %1!3d! %2!6s! %3!-24S!%0
0x0000273DOn-link On-link
0x0000273E%1!S! %1!S!
0x0000273F%0 %0
0x00002740There is no active IPv4 Route. There is no active IPv4 Route.
0x00002741There is no active IPv6 Route. There is no active IPv6 Route.
0x00002742OK! OK!
0x00002743Default 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_en-us_057e0975d7c65338\
File Size:12 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:12288
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:English (U.S.)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:TCP/IP Route Command
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_en-us_0fd2b3c80c271533\

What is route.exe.mui?

route.exe.mui is Multilingual User Interface resource file that contain English (U.S.) language for file route.exe (TCP/IP Route Command).

File version info

File Description:TCP/IP Route Command
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:0x409, 1200