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

Startup showing a programm on a monitor after restart/start up of a server

Started by cigagar, 11 August 2012 - 04:27 AM
cigagar #1
Posted 11 August 2012 - 06:27 AM
Hi there, i was thinking about displaying the rules of the server on the monitor, i type in 'monitor bottom rules" and it will run the rules programm on the back ( changed the text of the hello world programm). I tried to sace the programm to a floppy disk but it doesnt work. any help?

Cigagar
Pharap #2
Posted 11 August 2012 - 06:55 AM
From where you would run the program type:
copy programname disk/destination
replacing programname with the name of your program and the desination in disk/destination with what you want the file to be called on the disk.
To move it from a disk to a computer, do the same, but with the disk directory first eg:
copy disk/destination programname
Hope that helps
cigagar #3
Posted 11 August 2012 - 07:38 AM
it says then copy:13: no such file
cigagar #4
Posted 11 August 2012 - 07:40 AM
there are 2 diffrent kind of computer/ floppy/ diskdrives/ monitor… which one do is use?
Lyqyd #5
Posted 11 August 2012 - 07:42 AM
Why do you need to save it to a floppy? If you want it to run on the monitor at startup, just add this line to the startup file (use 'edit startup'):


shell.run("monitor", "bottom", "rules")
cigagar #6
Posted 11 August 2012 - 07:51 AM
thx it works now ;)/>/>