Re: Linux Launcher assistance
Posted: Sat Nov 05, 2016 2:34 am
Thanks for your help guys.
By running os.execute, and adding a ' &' to the end of the command line execution, and the executing a love.event.quit I am able to execute the emulator with the appropriate emulator command line values.
Yay.
Now, the final thing I want is when the emulator runs, to re-run the front-end so I can play my old games from the front-end I have written all day!
I assume I need to create a bash script that receives the commands I want to run, and executes the emulator instruction WITHOUT the &, and the following line reloads the frontend ... would I be on the right track ... ?
By running os.execute, and adding a ' &' to the end of the command line execution, and the executing a love.event.quit I am able to execute the emulator with the appropriate emulator command line values.
Yay.
Now, the final thing I want is when the emulator runs, to re-run the front-end so I can play my old games from the front-end I have written all day!
I assume I need to create a bash script that receives the commands I want to run, and executes the emulator instruction WITHOUT the &, and the following line reloads the frontend ... would I be on the right track ... ?