sort.exe Utilidad SORT 184afb01dd725af873fdd51ed2128c7b

File info

File name: sort.exe.mui
Size: 12800 byte
MD5: 184afb01dd725af873fdd51ed2128c7b
SHA1: b8c578686fefc9c2a06a8b9a574f79f611818422
SHA256: d7f5e485a9d131e28de1830c7a006fe9cfd2ba4f674aa7c6521720ae196801d5
Operating systems: Windows 10
Extension: MUI
In x64: sort.exe Utilidad SORT (32 bits)

Translations messages and strings

If an error occurred or the following message in Spanish (Modern) 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 Spanish (Modern) English
0x1CE8SORT [/R] [/+n] [/M kilobytes] [/L config. reg.] [/REC bytesregistrados] [[unidad1:][ruta1]nombre_archivo1] [/T [unidad2:] [ruta2]] [/O [unidad3:][ruta3] nombre_archivo3] /+n Especifica el número de carácter, n, para empezar cada comparación. /+3 indica que cada comparación debería empezar en el tercer carácter de cada línea. Las líneas con menos de n caracteres se intercalan antes que otras líneas. De forma predeterminada, las comparaciones empiezan en el primer carácter de cada línea. /L[OCALE] config. reg. Invalida la configuración regional predeterminada del sistema con la ya especificada. La configuración regional \"\"C\"\" cede el paso a la secuencia intercalada más rápida y actualmente es la única alternativa. El orden siempre distingue mayúsculas y minúsculas. /M[EMORY] kilobytes Especifica la cantidad de memoria principal que hay que usar para el orden, en kilobytes. El tamaño de la memoria está siempre delimitada a ser un mínimo de 160 kilobytes. Si se especifica el tamaño de la memoria, se usará la cantidad exacta para el orden independientemente de cuanta memoria esté disponible. Normalmente se alcanza el mejor rendimiento si no se especifica el tamaño de la memoria. De forma predeterminada, se hará el orden con un paso (no archivo temporal) si se ajusta al tamaño máximo predeterminado de la memoria; de lo contrario el orden se hará en dos pasos (con los datos parcialmente ordenados y acumulados en un archivo temporal) de lo contrario el orden se hará de tal manera que la cantidad de memoria usada para los dos pasos, el orden y la combinación será igual. De forma predeterminada, el tamaño máximo de memoria es 90% de la memoria principal disponible si la entrada y la salida son archivos, o sino 45% de memoria principal. SORT [/R] [/+n] [/M kilobytes] [/L locale] [/REC recordbytes] [[drive1:][path1]filename1] [/T [drive2:][path2]] [/O [drive3:][path3]filename3] /+n Specifies the character number, n, to begin each comparison. /+3 indicates that each comparison should begin at the 3rd character in each line. Lines with fewer than n characters collate before other lines. By default comparisons start at the first character in each line. /L[OCALE] locale Overrides the system default locale with the specified one. The \"\"C\"\" locale yields the fastest collating sequence and is currently the only alternative. The sort is always case insensitive. /M[EMORY] kilobytes Specifies amount of main memory to use for the sort, in kilobytes. The memory size is always constrained to be a minimum of 160 kilobytes. If the memory size is specified the exact amount will be used for the sort, regardless of how much main memory is available. The best performance is usually achieved by not specifying a memory size. By default the sort will be done with one pass (no temporary file) if it fits in the default maximum memory size, otherwise the sort will be done in two passes (with the partially sorted data being stored in a temporary file) such that the amounts of memory used for both the sort and merge passes are equal. The default maximum memory size is 90% of available main memory if both the input and output are files, and 45% of main memory otherwise.
0x1CE9El registro de entrada sobrepasa la longitud máxima. Especifique un valor mayorde longitud máxima. Input record exceeds maximum length. Specify larger maximum.
0x1CEAConfiguración regional no válida. Invalid locale.
0x1CEBLa posición de ordenación debe ser mayor de cero. Sort position must be greater than zero.
0x1CECModificador no válido. Invalid switch.
0x1CEDEl valor máximo de registro no puede superar 65535. Record maximum cannot exceed 65535.
0x1CEEArchivo de entrada especificado dos veces. Input file specified two times.
0x1CEFError interno de conversión de caracteres. Internal character conversion error.
0x1CF0No hay memoria suficiente para completar la ordenación. Not enough main memory to complete the sort.
0x1CF1Advertencia: el uso de la entrada redireccionada para grandes ordenaciones esnormalmente más lento que especificar directamente el nombre del archivo deentrada para ordenar. Warning: use of redirected input for large sorts is usually slower than specifying the input file name directly to sort.
0x1CF2Advertencia: el uso de la salida redireccionada para grandes ordenaciones esnormalmente más lento que especificar directamente el nombre del archivo desalida para ordenar. Warning: use of redirected output for large sorts is usually slower than specifying the output file name directly to sort.
0x1CF3Advertencia: el tamaño de memoria especificado es demasiado pequeño y seráajustado al tamaño mínimo. Warning: the specified memory size is too low and will be adjusted to the minimum.
0x1CF4Advertencia: el tamaño de memoria especificado se reducirá al tamaño de memoriapaginada disponible. Warning: the specifed memory size is being reduced to the available paging memory.
0x1CF5
0x1CF7/REC[ORD_MAXIMUM] caracteres Especifica el máximo número de caracteres en un registro (predeterminado 4096, máximo 65535). /R[EVERSE] Invierte el orden que es de Z a A, después de 9 a 0. [unidad1:][ruta1]archivo1 Especifica el archivo que debe ser ordenado. Si no está especificado, se ordena la entrada especificada. Especificar el archivo de entrada es más rápido que redirigir el mismo archivo como entrada estándar. /T[EMPORARY] [unidad2:][ruta2] Especifica la ruta del directorio para mantener el almacenamiento de la tarea de ordenación en caso de que los datos no se ajusten en la memoria principal. De forma predeterminada, se usa el directorio temporal del sistema. /O[UTPUT] [unidad3:][ruta3]archivo3 Especifica el archivo donde se va a almacenar la entrada ordenada. Si no se especifica, los datos se escriben en la salida estándar. Especificar el archivo de salida es más rápido que redirigir la salida estándar en el mismo archivo. /REC[ORD_MAXIMUM] characters Specifies the maximum number of characters in a record (default 4096, maximum 65535). /R[EVERSE] Reverses the sort order; that is, sorts Z to A, then 9 to 0. [drive1:][path1]filename1 Specifies the file to be sorted. If not specified, the standard input is sorted. Specifying the input file is faster than redirecting the same file as standard input. /T[EMPORARY] [drive2:][path2] Specifies the path of the directory to hold the sort's working storage, in case the data does not fit in main memory. The default is to use the system temporary directory. /O[UTPUT] [drive3:][path3]filename3 Specifies the file where the sorted input is to be stored. If not specified, the data is written to the standard output. Specifying the output file is faster than redirecting standard output to the same file.

EXIF

File Name:sort.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-sort.resources_31bf3856ad364e35_10.0.15063.0_es-es_f689081a006bc1b2\
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:Spanish (Modern)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Utilidad SORT
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:Sort
Legal Copyright:© Microsoft Corporation. Todos los derechos reservados.
Original File Name:Sort.EXE.MUI
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\wow64_microsoft-windows-sort.resources_31bf3856ad364e35_10.0.15063.0_es-es_00ddb26c34cc83ad\

What is sort.exe.mui?

sort.exe.mui is Multilingual User Interface resource file that contain Spanish (Modern) language for file sort.exe (Utilidad SORT).

File version info

File Description:Utilidad SORT
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:Sort
Legal Copyright:© Microsoft Corporation. Todos los derechos reservados.
Original Filename:Sort.EXE.MUI
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Translation:0xC0A, 1200