4 posts
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
839 posts
Location
England
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
4 posts
Posted 11 August 2012 - 07:38 AM
it says then copy:13: no such file
4 posts
Posted 11 August 2012 - 07:40 AM
there are 2 diffrent kind of computer/ floppy/ diskdrives/ monitor… which one do is use?
8543 posts
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")
4 posts
Posted 11 August 2012 - 07:51 AM
thx it works now ;)/>/>