115 posts
Posted 08 July 2015 - 04:22 PM
I would like to know if it is possible to have multiple shells, Multishell is broken for me, so I'm not sure what to do.
Also, I'd like to know if it's possible for when a program is exited out of, it would sleep(0.5) then go to my OS. with
out changing the programs code.
- Cheers, Lightning
3057 posts
Location
United States of America
Posted 08 July 2015 - 05:09 PM
How is multishell broken? I'd assume your trying to use it wrong.
As for the second bit, could you not just have your OS sleep for 0.5 seconds before doing any rendering operation? It'd give the same effect.
115 posts
Posted 08 July 2015 - 05:12 PM
How is multishell broken? I'd assume your trying to use it wrong.
As for the second bit, could you not just have your OS sleep for 0.5 seconds before doing any rendering operation? It'd give the same effect.
That isn't what I mean, I want it so after a program finishes, it opens up my OS.
3057 posts
Location
United States of America
Posted 08 July 2015 - 05:35 PM
If your OS stops running when you run another program, your OS isn't an OS.
7083 posts
Location
Tasmania (AU)
Posted 09 July 2015 - 12:58 AM
Mind you, good luck getting any script to stop running when it starts another. Generally a script which launches another script will continue from where it left off once that second script completes. At which point you might have it redraw the screen, etc…