cmd 脚本中的 CD 与 VB.NET 应用程序中的工作目录不同

发布于 2024-12-09 00:30:09 字数 190 浏览 1 评论 0原文

我从命令行启动 VB.NET 应用程序,然后在应用程序中使用函数 IO.Directory.GetCurrentDirectory() 来获取当前工作目录。但是这个函数返回的目录始终是我的VB.NET EXE的目录。如果我从命令提示符 cd 到某个目录,然后运行 ​​VB.NET 应用程序,是否有办法获取命令提示符正在使用的工作目录?

谢谢, 伊恩

I'm launching my VB.NET application from the command line and then using the function IO.Directory.GetCurrentDirectory() in the application to get the current working directory. But the directory returned from this function is always the directory of my VB.NET EXE. If I cd to a directory from the command prompt and then run the VB.NET application, is there a way to get the working directory that the command prompt is using?

Thanks,
Ian

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

看轻我的陪伴 2024-12-16 00:30:09

从命令行,您可以使用

Echo %CD%

From the command-line, you can use

Echo %CD%
陈独秀 2024-12-16 00:30:09

我认为这是不可能的,所以我找到了解决方法。

I think this is impossible so I found a way around it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文