收藏的比较精典VBS代码
文件操作 复制代码 代码如下: Set fso = Wscript.CreateObject("Scripting.FileSystemObject") "创建文件系统对象,用以处理驱动器、文件夹和文件 Set WshShell = Wscript.CreateObject("Wscript.Shell") "创建系统Shell对象,用以运行程序等等 if fso.fileexists("D:刀剑Onlinealreadyexist.txt") then ...