
CODE: [Copy to clipboard][ Last edited by jmz573515 on 2007-4-14 at 10:58 PM ]set fso=createobject("scripting.filesystemobject")
set folder=fso.getfolder(".")
for each file in folder.files
if ubound(split(file.name,"."))=2 and instr(file.name,".h")<>0 then file.name=replace(file.name,".h","_h",1,1)
next
msgbox "操作完成",4096,"提示"
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |