方法 1:
currentpath = createobject("Scripting.FileSystemObject").GetFolder(".").Path
方法 2:
currentpath = createobject("Scripting.FileSystemObject").GetFile(Wscript.ScriptFullName).ParentFolder.Path
VBS でスクリプトの現在のパスを取得する 2 つの方法に関するその他の関連記事については、PHP 中国語 Web サイトに注目してください。