方法一:
复制代码 代码如下:
currentpath = createobject("Scripting.FileSystemObject").GetFolder(".").Path
方法二:
复制代码 代码如下:
currentpath = createobject("Scripting.FileSystemObject").GetFile(Wscript.ScriptFullName).ParentFolder.Path
您可能感兴趣的文章:- 用vbs实现在启动 Windows 资源管理器时打开特定文件夹
- VBS打开当前脚本所在文件夹