This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
LeviM's profile picture

Screen share

Started by LeviM, 28 February 2015 - 10:29 PM
LeviM #1
Posted 28 February 2015 - 11:29 PM
Is there anyway I can do a screen share between a computer and a monitor? I have tried running both

shell.run("monitor [side] rom/programs/shell")
and

shell.run("rom/programs/shell")
in parallel but that didn't work. It just ran them one at a time for some reason. Any suggestions?
Bomb Bloke #2
Posted 28 February 2015 - 11:46 PM
Even if you got that going, the end result wouldn't sync - what happened to one running shell, wouldn't happen to the other.

You should be able to get some ideas here.
LeviM #3
Posted 28 February 2015 - 11:47 PM
:D/> My friend did it for me. No idea how.
CCGrimHaxor #4
Posted 01 March 2015 - 04:56 PM
Do this in the computer:

pastebin get 9H2pd7MZ screenshare
LeviM #5
Posted 01 March 2015 - 05:01 PM
You're the friend I was on about. I took it from one of your computers :D/>
CCGrimHaxor #6
Posted 01 March 2015 - 05:29 PM
You're the friend I was on about. I took it from one of your computers :D/>

I did it by overrideing the term functions + print and write etc.
And making them check for all the screens then display it on all of the screens