-
Notifications
You must be signed in to change notification settings - Fork 17
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
How run these commands sequentially in the cmd console. #83
Comments
The Having said that. In your case there are better ways to accomplish what you want to do. Option 1 Notice that I've put Option 2 I haven't tested these. I don't use Windows and I don't use Lua, but give it a try. |
Thank you very much for your response. I am very grateful to you for taking the time to explain everything to me in such an accessible way. |
process-palette only produces the output of the process. It is not a terminal emulator that provides the ability to enter input. If you are looking for that kind of functionality then you can try one of the packages that does that. I think there are a few. I don't use any of them myself, but one that seems popular is terminal-plus. |
You can use process-palette to drive an external terminal emulator and using a tool such as xdotool to paste code into the terminal emulator, then auto run. One I use in Ubuntu is Yakuake or even gnome-terminal. Windows users might invoke Power Shell or other terminal emulator. The idea is to use process-palette to transfer Atom vars to an external terminal emulator or other applications such as automation scripts. In fact I have one command which dumps all variables as seen under variables in process-palette settings (when setting up a command). I can expand further if interested. |
Please tell us using process-palette. Run these commands sequentially in the cmd console.
cd C:\Program Files\lua && Lua “F:/Program Files/lua/lessons/lesson 13. lua”
The text was updated successfully, but these errors were encountered: