未分类
fei997yang
交流无限,沟通无限
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
用VB脚本实现向右键菜单添加快捷方式
this is file extension the commandshould generatefiletype=".vbs"connect to WScript.Shell registry accessset WSHShell = CreateObject("WScript.Shell")read in the name of vbs-sectionprg = ReadReg("HK原创 2005-09-06 23:36:00 · 1792 阅读 · 0 评论 -
消除html
Function LoseHtml(ContentStr) Dim ClsTempLoseStr,regEx ClsTempLoseStr = Cstr(ContentStr) Set regEx = New RegExp regEx.Pattern = "]*>" regEx.IgnoreCase = True regEx.Global = True ClsTempLoseStr = regEx原创 2006-04-05 18:07:00 · 948 阅读 · 0 评论 -
映射网络驱动器脚本
Dim WSHNetwork Set WSHNetwork = WScript.CreateObject( "WScript.Network" )Function TryMapDrive(intDrive, strShare) Dim strDrive strDrive = Chr(intDrive + 64) & ":" On Error Resume Next原创 2007-12-21 19:59:00 · 2412 阅读 · 0 评论
分享