执行文件时的相对路径与完整路径
从 powershell 命令行(或在 .ps1 脚本文件中)执行 cmd/batch/exe 文件时,我看到以下行为:
使用相对路径:
<代码>./bin/<要执行的文件> ->在同一个 shell 窗口中执行
使用完整路径:
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:
Using relative path:
./bin/<file to execute> -> executes in same shell windows
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论