Инструменты пользователя

Инструменты сайта


en:console_unicode_wdx

Console WDX (unicode)

This is a unicode version of the wdx.exe utility from <author>. Allows you to get any data from the specified wdx plugin and output it to the console for further use in batch files or plugins like WinScript Advanced.

Syntax:

uwdx.exe [/C:codepage] <plugin_name> [testfile [column [unit]]]
plugin_namePath to WDX plugin.
testfileOptional. Name of test file.
If omitted, a list with indices, names and types of all columns will be displayed.
columnOptional. Column, defined as zero-based index or name (non-localized).
If omitted, a list with the names and values of all columns will be displayed.
unitOptional. Unit, defined as zero-based index or name (non-localized).
If omitted, it is considered to be default (0).

Switches:

/C:codepageOptional. Sets the codepage of output. Default codepade is 65001 (UTF-8). Possible codepages are on the Microsoft site.

Examples:

uwdx.exe TCTorrent.wlx -> will show all columns, their indexes and types
uwdx.exe TCTorrent.wlx test.torrent -> will show values for all columns and units
uwdx.exe TCTorrent.wlx test.torrent 0 -> return value of column with index 0 (Name)
uwdx.exe TCTorrent.wlx test.torrent "Name" -> return value of "Name" column
uwdx.exe TCTorrent.wlx test.torrent "Total Size" 1 -> return value of column "Total Size" in kilobytes (unit index = 1)
uwdx.exe /C:1251 TCTorrent.wlx test.torrent -> will show values for all columns and units and sets output to 1251 codepage.

Autoit source in the archive.

Скачать

en/console_unicode_wdx.txt · Последнее изменение: 2021/07/21 17:05 — loopback

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki