Jump to content




How do I stop all Multi-Tasking shells?



  • You cannot reply to this topic
11 replies to this topic

#1 MarcoPolo0306

  • Members
  • 71 posts
  • LocationEverywhere and nowhere.

Posted 20 August 2016 - 04:29 PM

How do I stop multi-tasking shells with commands from other programs?
Please answer!

#2 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 20 August 2016 - 07:08 PM

Moved to Ask a Pro.

#3 KingofGamesYami

  • Members
  • 3,002 posts
  • LocationUnited States of America

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 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

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 Bomb Bloke

    Hobbyist Coder

  • Moderators
  • 7,099 posts
  • LocationTasmania (AU)

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.

#6 Luca_S

  • Members
  • 407 posts
  • LocationGermany

Posted 21 August 2016 - 11:10 AM

View PostLyqyd, 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.
If you are wondering the code for that would look like that:
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 MarcoPolo0306

  • Members
  • 71 posts
  • LocationEverywhere and nowhere.

Posted 22 August 2016 - 08:15 PM

View PostBomb 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.
What Setting do i use to disable them?

#8 Bomb Bloke

    Hobbyist Coder

  • Moderators
  • 7,099 posts
  • LocationTasmania (AU)

Posted 23 August 2016 - 01:11 AM

bios.use_multishell

#9 MarcoPolo0306

  • Members
  • 71 posts
  • LocationEverywhere and nowhere.

Posted 25 August 2016 - 11:11 PM

View PostBomb Bloke, on 23 August 2016 - 01:11 AM, said:

bios.use_multishell

What do I put it in?

#10 KingofGamesYami

  • Members
  • 3,002 posts
  • LocationUnited States of America

Posted 25 August 2016 - 11:24 PM

set and save it.

#11 Lupus590

  • Members
  • 2,028 posts
  • LocationUK

Posted 25 August 2016 - 11:57 PM

or you can use the set program, set bios.use_multishell false

#12 MarcoPolo0306

  • Members
  • 71 posts
  • LocationEverywhere and nowhere.

Posted 26 August 2016 - 12:44 AM

Thanks





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users