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

question - computer on a server

Started by Dustmuz, 21 September 2014 - 03:56 PM
Dustmuz #1
Posted 21 September 2014 - 05:56 PM
whenever i run away from my base, the computer "shut down"
and i have to activate the program each time i come back..

is there a "way" so that the computer on its own, starts the program, whenever the chunk is loaded??
Dog #2
Posted 21 September 2014 - 06:01 PM
rename the program as startup

At the CraftOS command prompt type:

mv yourprogram startup
where yourprogram is the name of the program you wish to rename.
Edited on 21 September 2014 - 04:07 PM
Dustmuz #3
Posted 21 September 2014 - 06:29 PM
rename the program as startup

At the CraftOS command prompt type:

mv yourprogram startup
where yourprogram is the name of the program you wish to rename.


okay.. thanks :)/>
this worked :)/>