Windows shell字符串操作(将反斜杠改为斜杠)
我需要编写一个脚本,该脚本采用当前路径(%~dp0),将反斜杠转换为正斜杠并将其进一步传递给某个命令。
由于环境的原因,我工作的唯一选择是 Windows shell(不是 Powershell,在 Powershell 中问题不会成为问题)。
有可能这样做吗?
I need to write a script that takes the current path (%~dp0), transforms backslashes into forward slashes and passes it further to some command.
Due to the environment I'm working in the only option that I have is windows shell (not Powershell where the issue would not a problem).
Is it even possible to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
set
命令具有替换功能:结果:
The
set
command has a substitution feature:Results in: