我怎样才能从标准输出运行 exe?
我有一个 .exe 文件作为 Github 项目上的发布版本托管,这是我的项目,因此我知道这个文件是安全的,因为我已经编译了它。https://github.com/USERNAME/PROJECT/releases/latest/download/TORUN.exe是给我这个文件的链接。我想做这样的事情: curl -o- https://github.com/USERNAME/PROJECT/releases/latest/download/TORUN.exe | bash Windows 上的替代品是什么bash,或者我可以调用什么来运行 .exe ...