0
Vbs生成Md5值
Posted by 晴云孤魂 on 2012 年 04 月 13 日 in windows Script Design | ∞
Private Const BITS_TO_A_BYTE = 8 Private Const BYTES_TO_A_WORD = 4 Private Const BITS_TO_A_WORD = 32 Private m_lOnBits(30) Private m_l2Power(30) Private Function LShift(lValue, iShiftBit。。。
SendKeys的相关参数
Posted by 晴云孤魂 on 2011 年 11 月 10 日 in About Javascript And more | ∞
Set objShell = CreateObject(“Wscript.Shell”) strCommandLine = “ttpsetup.exe” ‘启动安装程序 objShell.Run(strCommandLine) set WshShell = CreateObject(“WScri。。。