Skip to content
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

Add ability to run from powershell or CMD prompt on Windows #292

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

djha-skin
Copy link
Contributor

@djha-skin djha-skin commented Oct 2, 2024

Right now, I can't just run qlot install on Windows from a CMD prompt. In order to do so, I have to have this script, named rsc.bat, on my PATH:

@echo off
ros -Q -L sbcl-bin -- C:\Users\bhw\.roswell\lisp\quicklisp\bin\%*

And run rsc qlot install instead.

This PR fixes this. By having a .bat file in the roswell directory, it gets installed into roswell's bin/ folder, which is on the windows PATH. It finds itself in the file system, and runs the roswell script that is next to it within the same directory.

By adding this file, I can now just ros install fukamachi/qlot on Windows, followed by qlot install in my project directory, and it works.

@fukamachi fukamachi merged commit 161cf24 into fukamachi:master Oct 3, 2024
@fukamachi
Copy link
Owner

Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants