wscript.exe Microsoft ® Windows Based Script Host a2ddb958974cd24a930c571ca5b27fea

File info

File name: wscript.exe.mui
Size: 7680 byte
MD5: a2ddb958974cd24a930c571ca5b27fea
SHA1: e24868b6c7d674642c83c49e40655727678d50c0
SHA256: 65589a2274d2b98d7392b94c888a47928f5270d7d647047bcf8938793f4be501
Operating systems: Windows 10
Extension: MUI
In x64: wscript.exe Microsoft ® Windows Based Script Host (32 位元)

Translations messages and strings

If an error occurred or the following message in Chinese (Traditional) 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 Chinese (Traditional) English
1Windows Script Host Windows Script Host
3Windows Script Host (偵錯暫止) Windows Script Host (debugging disabled)
20Windows Script Host 錯誤 Windows Script Host Error
21Windows Script Host 輸入錯誤 Windows Script Host Input Error
22Windows Script Host 的 Unicode 版本只適用於 Windows NT。

因此,請使用 Windows Script Host 的 ANSI 版本。
This Unicode version of Windows Script Host will only execute under Windows NT.

Please use the ANSI version of Windows Script Host."
30用法: Usage:
31

選項:



Options:

32value value
1001wsh wsh
2510用法: WScript scriptname.extension [選項...] [引數...]

選項:
//B 批次模式: 不顯示 Script 錯誤和提示
//D 啟用主動式偵錯
//E:engine 使用該引擎來執行 Script
//H:CScript 改變預設的 Script Host 為 CScript.exe
//H:WScript 改變預設的 Script Host 為 WScript.exe
(預設值)
//I 互動式模式 (預設值,與 //B 恰相反)
//Job:xxxx 執行一個 WSF 工作
//Logo 顯示標誌 (預設值)
//Nologo 不顯示標誌: 在執行階段不會出現標誌
//S 為使用者儲存目前的命令行
//T:nn 逾時值(單位為秒): 容許 Script 執行的
最大時限
//X 在偵錯工具中執行 Script
Usage: WScript scriptname.extension [option...] [arguments...]

Options:
//B Batch mode: Suppresses script errors and prompts from displaying
//D Enable Active Debugging
//E:engine Use engine for executing script
//H:CScript Changes the default script host to CScript.exe
//H:WScript Changes the default script host to WScript.exe (default)
//I Interactive mode (default, opposite of //B)
//Job:xxxx Execute a WSF job
//Logo Display logo (default)
//Nologo Prevent logo display: No banner will be shown at execution time
//S Save current command line options for this user
//T:nn Time out in seconds: Maximum time a script is permitted to run
//X Execute script in debugger
2520WScript 錯誤 - Windows Script Host WScript Error - Windows Script Host
2521輸入錯誤 - Windows Script Host Input Error - Windows Script Host
2522WScript 的 Unicode 版本只適用於 Windows NT。

因此,請使用 WScript 的 ANSI 版本。
This Unicode version of WScript will only execute under Windows NT.

Please use the ANSI version of WScript.
2600Script: %1!ls!
行: %2!lu!
字元 : %3!ld!
錯誤: %4!ls!
程式碼: %5!lX!
來源: %6!ls!
Script: %1!ls!
Line: %2!lu!
Char: %3!ld!
Error: %4!ls!
Code: %5!lX!
Source: %6!ls!
2601WScript - Script 執行錯誤 WScript - Script Execution Error
2602Windows Script Host 遠端 Script Windows Script Host Remote Script
2603遠端指令碼物件只能被執行一次。 Remote script object can only be executed once.
2604無法執行遠端指令碼。 Unable to execute remote script.
3050Windows Script Host 的設定值已改為預設值。 The Windows Script Host settings have been reset to default.
3051命令列選項已經被儲存。 Command line options are saved.
3052預設的 Script Host 已設為 "wscript.exe"。 The default script host is now set to "wscript.exe".
3053預設的 Script Host 已設為 "cscript.exe"。 The default script host is now set to "cscript.exe".
3054成功的執行 Windows Script Host。 Successful execution of Windows Script Host.
3055成功的遠端執行 Windows Script Host。 Successful remote execution of Windows Script Host.
3100Script 執行時間超過Script "%1!ls!"。
Script 執行終止。
Script execution time was exceeded on script "%1!ls!".
Script execution was terminated.
3101無法找到名為 "%1!ls!" Automation 物件類別。. Could not locate automation class named "%1!ls!".
3102無法連接物件。 Could not connect object.
3103無法建立名為 "%1!ls!" 的物件。 Could not create object named "%1!ls!".
3200Windows Script Host 的初始化失敗。 Initialization of the Windows Script Host failed.
3201無法為 Script "%1!ls!"找到 Script 引擎 "%2!ls!" 。 Can't find script engine "%2!ls!" for script "%1!ls!".
3202無法改變預設的 Script Host。 Can't change default script host.
3203利用 //S 選項來儲存設定的動作失敗。 An attempt at saving your settings via the //S option failed.
3204載入Script "%1!ls!" 失敗 (%2!ls!)。 Loading script "%1!ls!" failed (%2!ls!).
3205載入設定失敗。 Loading your settings failed.
3206Windows Script Host 執行失敗。 Execution of the Windows Script Host failed.
3207未預期的 Windows Script Host 錯誤。 Unexpected error of the Windows Script Host.
3208已停用此電腦的 Windows Script Host 存取。 詳細資料請洽詢管理員。 Windows Script Host access is disabled on this machine. Contact your administrator for details.
3209當它已停用時嘗試執行 Windows Script Host 。 Attempt to execute Windows Script Host while it is disabled.
3210當遠端執行已停用時嘗試遠端執行 Windows Script Host 。 Attempt to execute Windows Script Host remotely while remote execution is disabled.
3300//T 選項要求逾時值。 //T option requires timeout value.
3301//T 選項的逾時值無效。 Invalid timeout value for //T option.
3302指定未知的選項 "%1!ls!"。 Unknown option "%1!ls!" specified.
3303額外引數指定至選項 "%1!ls!"。 Extra argument specified to option "%1!ls!".
3304沒有指定的 Script 檔。 There is no script file specified.
3305命令列選項不符合。 Command line option mismatch.
3306"%1!ls!" 沒有副檔名。 There is no file extension in "%1!ls!".
3307//H 選項要求主機 (Host) 名稱。 //H option requires host name.
3308//H 選項的主機 (Host) 名稱必需為"cscript" 或 "wscript"。 Host name for //H option must be "cscript" or "wscript".
3309副檔名"%1!ls!" 沒有對應的 Script 引擎。 There is no script engine for file extension "%1!ls!".
3310無法找到 Script 檔 "%1!ls!"。 Can not find script file "%1!ls!".
3311無效的路徑名稱。 Invalid pathname.
3312需要 -E 選項。 Need -E option.
3313-E 選項要求 Sript 引擎名稱。 -E option requires name of script engine.
3314無法從 stdin 讀取 Script。 Can't read script from stdin.
3315//CP 選項要求字碼頁 (Code Page) 值。 //CP option requires code page value.
3316//CP 選項的字碼頁值 (Code Page) 無效。 Invalid code page value for //CP option.
3317工作名稱遺漏。 Missing job name.
3318此平台不支援 Unicode。 Unicode is not supported on this platform.
3319無法找到工作 "%1!ls!"。 Unable to find job "%1!ls!".
3400Script 設定值檔案 "%1!ls!" 無效。 Script setting file "%1!ls!" is invalid.
3401無效的 #codepage 指示詞。 Invalid #codepage directive.
3500Win32 錯誤 0x%X Win32 Error 0x%X
3501%1!ls! (%2!ls!) %1!ls! (%2!ls!)

EXIF

File Name:wscript.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-scripting.resources_31bf3856ad364e35_10.0.15063.0_zh-tw_ffc3220c74d51686\
File Size:7.5 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:7168
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:5.812.10240.16384
Product Version Number:5.812.10240.16384
File Flags Mask:0x0003
File Flags:(none)
File OS:Win32
Object File Type:Executable application
File Subtype:0
Language Code:Chinese (Traditional)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Microsoft ® Windows Based Script Host
File Version:5.812.10240.16384
Internal Name:wscript.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:wscript.exe.mui
Product Name:Microsoft ® Windows Script Host
Product Version:5.812.10240.16384
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-scripting.resources_31bf3856ad364e35_10.0.15063.0_zh-tw_a3a48688bc77a550\

What is wscript.exe.mui?

wscript.exe.mui is Multilingual User Interface resource file that contain Chinese (Traditional) language for file wscript.exe (Microsoft ® Windows Based Script Host).

File version info

File Description:Microsoft ® Windows Based Script Host
File Version:5.812.10240.16384
Company Name:Microsoft Corporation
Internal Name:wscript.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:wscript.exe.mui
Product Name:Microsoft ® Windows Script Host
Product Version:5.812.10240.16384
Translation:0x404, 1200