Posted 02 April 2012 - 10:58 PM
im try to make it when a computer starts up it displays a program on a monitor plese help
help shellapi
help monitor
Too slow again :)/>/>
If you want to display the startup, you can simply go with monitor left startup or monitor right startup. Otherwise, do what everyone else said.im try to make it when a computer starts up it displays a program on a monitor plese help
local side = "right" -- CHANGE THIS TO THE SIDE OF THE COMPUTER THE MONITOR IS ON
local mon = peripheral.wrap(side) -- DO NOT CHANGE THIS
term.redirect(mon)
--PUT ALL OF THE CODE YOU WANT TO RUN ON THE MONITOR HERE
term.restore()
:)/>/>