摘要:
1.下载tortoise SVN2.在sourceforge页面选code中的SVN,并复制其svn地址,如图需要复制的地址是https://explorerplus.svn.sourceforge.net/svnroot/explorerplus不要全部复制,否则会出现 “Could not open the requested SVN filesystem”错误,无法down代码3.在本机右键->tortoise SVN->export...4.将 svn地址复制到其中,选择保存目录,点确定。 阅读全文
posted @ 2011-02-21 22:30
BeyondTechnology
阅读(328)
评论(0)
推荐(0)
摘要:
Option ExplicitDim FullFileNameFullFileName = Wscript.ScriptFullNameDim CurrentPath CurrentPath = Left(FullFileName,InstrRev(FullFileName,"\") -1)Dim fsoSet fso = CreateObject("Scripting.FileSystemObject")Dim Folder,Files,SubFolderSet Folder = fso.GetFolder(CurrentPath)VisitAndDelete(Folder)Function 阅读全文
posted @ 2011-02-21 21:16
BeyondTechnology
阅读(223)
评论(0)
推荐(0)
摘要:
'dim s,dir0,dir1,dir2's=wscript.scriptfullname'on error resume next'dir0=left(wscript.scriptfullname,instrrev(s,"\")-1)'dir1=left(wscript.scriptfullname,instrrev(dir0,"\")-1)'dir2=left(wscript.scriptfullname,instrrev(dir1,"\")-1)'msgbox dir0'当前目录'msgbox dir1'上层目录'msgbox dir2'上上层目录Option ExplicitDim 阅读全文
posted @ 2011-02-21 00:22
BeyondTechnology
阅读(388)
评论(0)
推荐(0)
浙公网安备 33010602011771号