xilun / cbwin

Launch Windows programs from "Bash on Ubuntu on Windows" (WSL)
Other
327 stars 25 forks source link

master #18

Closed marcosdiez closed 7 years ago

marcosdiez commented 7 years ago

Hi!

In order to make cbwin more user friendly, I added support to a --help parameter.

xilun commented 7 years ago

Many thanks for this patch! Can you fix the following before integration:

marcosdiez commented 7 years ago

done :)

xilun commented 7 years ago

Almost perfect, but still: "as if one were using start.exe" <-- start.exe really does not exist. I just rechecked on my whole HD, I do not have a single start.exe. start is an internal built-in command of cmd, like cd is.

marcosdiez commented 7 years ago

ha! you are right!!!

my bad. I guess it used to exist in Windows95.... anyway... fixing it right now

Marcos Diez

On 2016-08-04 15:42, xilun wrote:

Almost perfect, but still: "as if one were using start.exe" <-- start.exe really does not exist. I just rechecked on my whole HD, I do not have a single start.exe. |start| is an internal command of |cmd|, like |cd| is.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/xilun/cbwin/pull/18#issuecomment-237645138, or mute the thread https://github.com/notifications/unsubscribe-auth/AASKGtE1HC72XjOTO0TViYHWnH31stUvks5qcjKBgaJpZM4JcD83.

marcosdiez commented 7 years ago

done

xilun commented 7 years ago

Perfect! Thanks again :)