-
-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Add option to run a startup-command #53
Comments
If you run the run parameter without specifying any commands, you can use prompt in current directory. |
We have received some feedback on the feature, but have yet to reach a conclusion. |
I still think it could be beneficial to have startup-commands.
|
hmm? I couldn't understand the meaning. |
It's a command But that's just brainstorming what would be possible ;) The request is just to be able to run a command without WSL being closed immediately. |
This looks great! I would say this is even better than what I asked for ;-) |
I released new version. |
That was quick, thanks! Maybe a stupid question... How do I get from the Launch.exe to the Arch.exe without reinstalling everything? |
The executable file with icons is included in icons.zip. wsldl connects to the instance by the executable file name. Change the file name. |
The new command works fine! The only thing I noticed is that it only works on the C:\ drive. If I run the command from another drive it shows: |
From what I confirmed, I was able to convert non-C hard drives. |
It is recommended that you replace the wslpath command. |
I've looked for the newest wslpath binaries, but with no success. Can you point me to the newest version? |
I decided not to implement this in wsldl. |
Today the 'run' parameter runs a command and exits WSL immediately.
It would be nice to have a similar option which runs a startup-command. This could be used for example to 'cd' directly into the current directory of the Windows CMD console.
The text was updated successfully, but these errors were encountered: