VBS备忘录启动代码
实现代码如下:msg = Array("解除电话 #57#", "服务器处理", "流量图看有没有大流量", "今天要完成哪些任务")'msgbox join(msg,vbcrlf)For i = 0 To UBound(msg)MsgBox msg(i)Next
实现代码如下:msg = Array("解除电话 #57#", "服务器处理", "流量图看有没有大流量", "今天要完成哪些任务")'msgbox join(msg,vbcrlf)For i = 0 To UBound(msg)MsgBox msg(i)Next
实现代码如下:Set objHTML=CreateObject("htmlfile")'xmlfile、mhtmlfile都可以 ClipboardText=objHTML.ParentWindow.ClipboardData.GetData("text") MsgBox ClipboardText
SplitFile.vbs '/*=========================================================================' * Intro.txt文本切割器,默认为8000个字符切为一个文件。支持拖动。' * FileNameSplitFi
'/*=========================================================================' * Intro定时提醒,格式:时间|提示语,具体使用方法可以参考例子' * FileNameRemind.vbs' * Authoryongfa
msg="请输入你要查询的IP或域名:"IP=Inputbox(msg,"IP地理位置查询小偷") If IP = "" Then IP = "127.0.0.1" url = "http://www.ip.cn/?q="& IP &"" Body = getHTTPPage(url
"NextRegExpTest = RetStr End Function response.Write RegExpTest("[ij]s.", "IS1 Js2 IS3 is4") %> 在这个例子中,我们查找字符串中有无is或者js这两个词,忽略大小写。运行的结果如下:Match fou
Message = "To work correctly, the script will close" & vbCR Message = Message & "and restart the Windows Explorer shell." & vbCR Messa
Set wmi=GetObject("winmgmts:\\") Set board=wmi.instancesof("win32_baseboard") For Each b In board msg="主板:"&b.Manufacturer&vbTab&b.product
Set os=CreateObject("wscript.shell") Set os0=CreateObject("shell.application") Doinput1=InputBox(" 请选择:"+chr(13)+chr(13)+ _"1. 全部窗口最小化"+chr(13)+ _"2.
程序试验环境为 windows xp_sp2,主要针对系统存在多个需要中断进程的情况下,瞬间成批中断进程。 实现代码如下:'----------------------------------------------------------------------------------On Err