首 页 教育新闻课件中心论文中心教学教案试题中心语文专题综合下载技术教程公务员  
设为首页
加入收藏
联系我们
您当前的位置:中国教育资源网 -> 技术教程 -> 网络相关 -> 服务器 -> Web服务器 -> 技术内容 退出登录 用户管理

批量查找/替换,包括子目录,自动备份.简单脚本.Web服务器教程

论文作者:佚名  论文来源:不详  论文发布时间:2006-6-18 22:39:16  论文发布人:chjchjchj

减小字体 增大字体

              摘要:批量查找/替换,包括子目录,自动备份.简单脚本. <HTML>
<HEAD>
<META name=VI60_defaultClientScript content=JavaScript>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE></TITLE>
<SCRIPT LANGUAGE=javascript>
<!--
//-->
</SCRIPT>
<script language=vbscript>
'头太晕, http://blog.csdn.net/super852  http://spaces.msn.com/members/headfaint/
set fso=createobject("scripting.filesystemobject")
dim oldString
dim newString
sub refile(oFilename,nFilename)
    dim txtfile
    fso.CopyFile ofilename,nfilename
    set fr=fso.OpenTextFile(oFilename)
    txtfile=replace(fr.readall,oldString,newString)
    fr.close
    set fw=fso.OpenTextFile(oFilename,2)
    fw.write txtfile
    fw.close
end sub
sub F_Start(oFolder,nFolder)
    F_StartN oFolder,nFolder
    set FLD=fso.GetFolder(oFolder)
    for each nfile in FLD.files
      astrn=nfile.name
      strln=instrrev(astrn,".asp")
      if strln then  refile ofolder & "\" & nfile.name,nfolder & "\" & nfile.name
    next
end sub

sub F_StartN(oFolder,nFolder)
    set FLD=fso.GetFolder(oFolder)
    for each ifolder in FLD.subfolders
        fso.CreateFolder(nFolder & "\" & ifolder.name)
        F_Start ifolder,nfolder & "\" & ifolder.name
    next
end sub
</script>
</HEAD>

<BODY>
目录:<INPUT type="text" id=text1 name=text1 value=""><br>
备份目录:<INPUT type="text" id=text2 name=text2 value=""><br>
查找:<INPUT type="text" id=text3 name=text3 value=""><br>
替换:<INPUT type="text" id=text4 name=text4 value=""><br>
<INPUT type="button" value="Button" id=button1 name=button1 onclick="oldString=text3.value;newString=text4.value;F_Start(text1.value,text2.value);alert('ok');">
</BODY>
</HTML>

通过修改,可使其支持正则表达式.
[] [返回上一页] [打 印] [收 藏]  
 ∷相关技术评论  (评论内容只代表网友观点,与本站立场无关!) [查看发表评论...]
 
 中国教育资源网免费技术教程下载中心-站内广告 站内广告 中国教育资源网免费技术教程下载中心-站内广告 
 中国教育资源网站内搜索 站内搜索 中国教育资源网站内搜索 
 

   
 中国教育资源网免费技术教程下载中心-栏目导航 栏目导航 中国教育资源网免费技术教程下载中心-栏目导航 
· Windows 9XMEXP · Windows NT20002003
· LinuxBSD · 系统综合
· IISApache · 硬件技术
· Web服务器 · FTP服务器
· 邮件服务器 · 域名服务器
· Windows服务器 · 代理服务器
· 服务器综合
 
中国教育资源网免费技术教程下载中心-相关教程  相关技术 中国教育资源网免费技术教程下载中心-相关教程
· 批量查找/替换,包括
 中国教育资源网免费技术教程下载中心-本月热门教程 本月热门 中国教育资源网免费技术教程下载中心-本月热门教程 
 
 中国教育资源网免费技术教程下载中心-本日热门论文 本日热门 中国教育资源网免费技术教程下载中心-本日热门论文 
 
关于本站 - 网站帮助 - 免费课件 - 美容 - 绿色软件 - 软件下载 - 广告合作 - 下载声明 - 友情连接 - 网站地图 - 网站留言
浙ICP备06010405号 Email:cnkjz@163.com 技术支持:名流设计
版权所有 Copyright© 2002-2004 名流