从 Windows bat 文件执行 bash 脚本
有没有办法调用bash脚本? (或任何类似于 Linux 的命令)来自 Windows 机器上的批处理文件(或 VB 脚本)?
谢谢 K
Is there a way to call a bash script? (Or any linux like command) from a batch file (or VB script) on a windows box?
Thanks
K
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您安装了 Cygwin,则批处理文件中的类似行应运行 bash 脚本:
bash scriptname.sh
If you have Cygwin installed then a line like this in your batch file should run the bash script:
bash scriptname.sh