gpt4 book ai didi

windows - 如何在 VBS 中使用文件名

转载 作者:可可西里 更新时间:2023-11-01 11:52:39 33 4
gpt4 key购买 nike

<分区>

我以前几乎没有使用过 vbscript,所以请原谅我的天真。这是非常简短的代码,保存为“runningCheck.vbs”:

Set WshShell = WScript.CreateObject("WScript.Shell")
Return = WshShell.Run("node.exe index.js", 2, true)

此脚本与 node.exe 和 index.js 在同一目录中。在 Windows 命令行中,当我进入目录并运行“runningCheck.vbs”时,它执行得很好。但是,当 cd 退出目录并使用其完整文件路径调用相同的 vbs 脚本时,它不再起作用。
起初我只是需要在我的 vbs 脚本中提供完整的路径名,如下所示:

Set WshShell = WScript.CreateObject("WScript.Shell")
Return = WshShell.Run("C:\Users\computeruser\Building Intelligence\javadobe\node.exe C:\Users\computeruser\Building Intelligence\javadobe\index.js", 2, true)

但我收到错误消息“系统找不到指定的文件。”如何正确指定路径名?

在此先感谢您的帮助!

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com