Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • Can you not just use an absolute bath to call exec, or create an alias?
    – codaamok
    Commented Sep 8, 2016 at 8:41
  • Did you see this posting? stackoverflow.com/questions/10681101/… Commented Sep 8, 2016 at 8:44
  • I may be really wrong, but you can't execute .exe files in bash - even in windows
    – Orphans
    Commented Sep 8, 2016 at 8:44
  • @adampski I get an "exec format error" when I run exec ./adb.exe
    – M Rajoy
    Commented Sep 8, 2016 at 9:02
  • Try it without the .exe extension. Commented Sep 8, 2016 at 9:07