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

how to add a custom program in the startup of a computer

Started by sora117117, 21 November 2012 - 04:49 AM
sora117117 #1
Posted 21 November 2012 - 05:49 AM
Im trying to make a sign for a theater of mine. I made a program called "sign" it displays that text on a monitor located above the computer
and i want to add that program to my startup of the computer.

its a long text art program nothing fancy
just six lines of print

heres how i edited the start

monitor top sign

but thats not lua..
Zudo #2
Posted 21 November 2012 - 05:51 AM
Try

shell.run("monitor", "top", "sign")
sora117117 #3
Posted 21 November 2012 - 05:55 AM
I wasn't sure how to use shell
thanks