执行文件时的相对路径与完整路径

发布于 2024-11-05 03:32:46 字数 319 浏览 0 评论 0原文

从 powershell 命令行(或在 .ps1 脚本文件中)执行 cmd/batch/exe 文件时,我看到以下行为:

  1. 使用相对路径:

    <代码>./bin/<要执行的文件> ->在同一个 shell 窗口中执行

  2. 使用完整路径:

    d:/fullpath/bin/<要执行的文件> ->在新的 shell(窗口)中执行

任何人都可以阐明此行为以及如何影响此行为(换句话说,让完整路径在同一个 shell 窗口中执行)

When executing cmd/batch/exe file from the powershell command line (or within .ps1 script file), I see the following behavior:

  1. Using relative path:

    ./bin/<file to execute> -> executes in same shell windows

  2. Using full path:

    d:/fullpath/bin/<file to execute> -> executes in new shell (window)

Can anybody shed some light on this behavior and how to influence this (with other words let the fullpath execute in same shell window)

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文