我安装了新版本的MSysGit,现在无法直接从命令行(“称为MINGW64")运行*.bat文件。
我试图搜索它,但是我只看到需要先运行cmd的选项。Out of a git console: how do I execute a batch file and then return to git console? cmd "/C clean.bat"
有什么选项可以只运行clean.bat吗
非常感谢
我通过更新所有图书馆来解决这个问题..。也许是Cygwin?我不确定,但更新您的所有软件,它的工作。
发布于 2018-09-25 10:45:49
从MINGW命令行试一试
$ cmd <test.bat发布于 2021-09-29 07:33:04
从MINGW命令行试一试
$ eval "./test.bat"
D:\workspace>echo hello world
hello worldhttps://stackoverflow.com/questions/33314872
复制相似问题