How do I stop multi-tasking shells with commands from other programs?
Please answer!
11 replies to this topic
#1
Posted 20 August 2016 - 04:29 PM
#2
Posted 20 August 2016 - 07:08 PM
Moved to Ask a Pro.
#3
Posted 20 August 2016 - 07:22 PM
multishell does not offer this functionality. You could possibly crash it and provide such functionality yourself, but that would be nontrivial. What do you want to accomplish?
#4
Posted 20 August 2016 - 07:31 PM
Queueing a terminate event and then setting focus to another tab would work in some cases, but not all.
#5
Posted 21 August 2016 - 12:11 AM
What do you mean when you say you want to stop "all" multi-tasking shells? Technically shutting down the computer would fulfill that criteria...
If you wish to disable the multishell system completely, see the settings API.
If you wish to disable the multishell system completely, see the settings API.
#6
Posted 21 August 2016 - 11:10 AM
Lyqyd, on 20 August 2016 - 07:31 PM, said:
Queueing a terminate event and then setting focus to another tab would work in some cases, but not all.
multishell.setFocus(pidtokill)
os.queueEvent("terminate")
but if the app prevents termination there is no way, you could modify multishell to provide a function to forcefully kill a process.
#7
Posted 22 August 2016 - 08:15 PM
Bomb Bloke, on 21 August 2016 - 12:11 AM, said:
What do you mean when you say you want to stop "all" multi-tasking shells? Technically shutting down the computer would fulfill that criteria...
If you wish to disable the multishell system completely, see the settings API.
If you wish to disable the multishell system completely, see the settings API.
#8
Posted 23 August 2016 - 01:11 AM
bios.use_multishell
#11
Posted 25 August 2016 - 11:57 PM
or you can use the set program, set bios.use_multishell false
#12
Posted 26 August 2016 - 12:44 AM
Thanks
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











