如何从Windows 10(ubuntu)bash启动.exe文件?

时间:2016-05-20 05:16:16

标签: windows-10

我已经安装了来自bash的sublime文本,但它没有工作,只是再次返回bash提示符。

然后

我在windows上本机安装了sublime,问题是我无法从bash运行它。

2 个答案:

答案 0 :(得分:2)

Windows 10最新版本(版本14951)已经支持它,使用方式如下:

$ export PATH=$PATH:/mnt/c/Windows/System32
$ notepad.exe
$ ipconfig.exe | grep IPv4 | cut -d: -f2
$ ls -la | findstr.exe foo.txt
$ cmd.exe /c dir

更多信息here

There is a ticket关于它的Github页面中有一些你可以同时使用的黑客攻击。

答案 1 :(得分:1)

看来at this timecbwin项目是我们最好的选择。我刚开始遇到trying to use vagrant from Bash on Windows这些相同的问题,我的vagrant安装遇到了需要内核支持的问题(目前Windows上没有Bash)。