佳木斯湛栽影视文化发展公司

主頁 > 知識庫 > Wscript 和 Cscript 運行腳本的區(qū)別詳解

Wscript 和 Cscript 運行腳本的區(qū)別詳解

熱門標簽:智能手機 服務器配置 網(wǎng)站文章發(fā)布 美圖手機 銀行業(yè)務 呼叫中心市場需求 鐵路電話系統(tǒng) 檢查注冊表項

WSCRIPT與CScript區(qū)別

窗口中運行,WSCRIPT;命令行中運行,CScrip;
    cscript因為把輸出放進了控制臺 所以可以對它重定向 方便程序調(diào)用
    wscript直接用窗口輸出 適合調(diào)試程序和編寫小工具 在windows下不用cmd的話cscript的輸出會一閃而過 大多數(shù)情況下,列在下表中的選項適用于 WScript.exe 和 CScript.exe。例外情況會加以注釋。

參數(shù)                      說明
//B                       批處理模式;隱藏用戶提示和腳本錯誤在命令行中的顯示。默認模式是交互模式。
//D                       打開調(diào)試程序。
//E:engine                用指定的腳本引擎執(zhí)行腳本。
//H:CScript或 //H:Wscript 將 CScript.exe 或 WScript.exe 注冊為運行腳本的默認應用程序。如果未指定,則將 WScript.exe 假設為默認應用程序。
//I                       默認。交互模式;允許顯示用戶提示和腳本錯誤。與批處理模式相反。
//Job:JobID>             從 .wsf 文件運行指定的 JobID。
//logo                    默認。顯示標題。與 nologo 相反。
//nologo                  防止在運行時顯示執(zhí)行標題。默認設置是 logo。
//S                       保存該用戶的當前命令行選項。
//T:nn                    啟用超時:腳本可以運行的最大秒數(shù)。默認設置是無限制。//T 參數(shù)通過設置定時器來防止腳本執(zhí)行過度。當執(zhí)行時間超過指定值時,CScript 用 IActiveScript::InterruptThread 方法中斷腳本引擎,并終止過程。
//U                       用于 Windows NT 和 Windows 2000,強制命令行以 Unicode 格式輸出。CScript 無法決定以 Unicode 還是以 ANSI 輸出;默認設置為 ANSI。
//X                       在調(diào)試程序中啟動該程序。
//?    

微軟的解釋:

Script Hosts
The script host initiates and coordinates the running of your script; it reads your script file and interacts with components of the WSH environment and any COM objects required by the script. It is also the responsibility of the script host to determine which language engine to use when running the script. For example, if the script has a .vbs extension, the script host will load the VBScript language engine and begin working with that engine to execute the code.

The WSH environment includes two script hosts: the console-based CScript and the GUI-based WScript. The two script hosts provide nearly identical capabilities, and in most cases, it does not matter which of the script hosts you use to run your scripts.

The two exceptions lie in how you interact with a script; that is, how you get information into a script (input) and how the script displays information it has retrieved (output). In general, CScript receives input from the command prompt and displays output in a command window. WScript, by contrast, receives input through a graphical dialog box and displays output in a graphical message box.

Otherwise, the two script hosts are largely identical: If you have a script that does not require user interaction, you can run that script under either CScript or WScript. For example, the following script maps a network drive. Because it neither requires input nor displays output, it runs exactly the same under either script host:

Set objNetwork = Wscript.CreateObject("WScript.Network")objNetwork.MapNetworkDrive "g:", "\\atl-fs-01\Sales"
On the other hand, the following script which displays a series of messages runs much differently under CScript (where the messages are displayed as individual lines within a command window) and WScript (where the messages are displayed as a series of message boxes). If you are interested in seeing the difference for yourself, copy the script into Notepad, save it with a .vbs file extension, and then run it under both CScript and WScript. (For more information about running scripts under a script host, see "Running WSH Scripts" later in this chapter.)

復制代碼 代碼如下:

Wscript.Echo "Line 1."
Wscript.Echo "Line 2."
Wscript.Echo "Line 3."
Wscript.Echo "Line 4."

標簽:長治 河南 滄州 上海 新疆 紅河 沈陽 樂山

巨人網(wǎng)絡通訊聲明:本文標題《Wscript 和 Cscript 運行腳本的區(qū)別詳解》,本文關(guān)鍵詞  ;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 收縮
    • 微信客服
    • 微信二維碼
    • 電話咨詢

    • 400-1100-266
    卢湾区| 陈巴尔虎旗| 拉萨市| 铁力市| 万荣县| 井陉县| 准格尔旗| 井研县| 太原市| 嘉黎县| 镇雄县| 长武县| 福海县| 铜山县| 绥中县| 吉水县| 驻马店市| 丰县| 阿拉善右旗| 绥棱县| 蓝山县| 兴山县| 潮州市| 阳曲县| 临汾市| 连州市| 松江区| 乐平市| 双江| 招远市| 富源县| 渝北区| 苏州市| 盐边县| 泰安市| 冕宁县| 温泉县| 阳原县| 西吉县| 赫章县| 始兴县|