방법 1:
currentpath = createobject("Scripting.FileSystemObject").GetFolder(".").Path
방법 2:
currentpath = createobject("Scripting.FileSystemObject").GetFile(Wscript.ScriptFullName).ParentFolder.Path
vbs에서 스크립트의 현재 경로를 가져오는 2가지 방법에 대한 자세한 관련 기사를 보려면 PHP 중국어 웹사이트에 주목하세요. !