Posted 20 October 2015 - 08:29 AM
In ComputerCraft 1.7.4, is it possible to make a program that creates a program with code but it's still running the original program's code so when it's finished i can display on a monitor something? (The code i use for the monitor is "monitor = peripheral.wrap("top"), just a note. )
So if people are not understanding this, then this is what it is like in Batch (scripting language used in CMD.):
echo We're adding something to a example log. >> 123.log (If there's no thing named 123.log, it creates the file, just like the edit file.)
So if people are not understanding this, then this is what it is like in Batch (scripting language used in CMD.):
echo We're adding something to a example log. >> 123.log (If there's no thing named 123.log, it creates the file, just like the edit file.)