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

Server Help

Started by 73udz, 19 May 2014 - 05:45 AM
73udz #1
Posted 19 May 2014 - 07:45 AM
So im a moderator on a server and we have computer craft monitors in our spawn. We have lists on 3 of them and on the 4th im trying to get along time ago to run. I can get the movie to run without a problem. The issue i am running into is the computer doesnt have enough space to copy the movie onto the pc. Our server resets hourly and what I need to do is have the disk autorun on when the pc starts up. Is there a code i can use to Run the disk on the bottom side on the monitor that is placed on the top. Do i need to set the monitor and disk drive as peripherials? Ive done alot of reseach and cant find much on this topic. Thanks for the help guys. Love the forum.
apemanzilla #2
Posted 19 May 2014 - 03:18 PM
Edit the startup program on the computer and add this:

while true do shell.run("monitor top disk/alongtimeago") end
Edited on 19 May 2014 - 01:19 PM