Posted 08 October 2014 - 01:08 PM
Came here looking for a solution for issuing a command to linux.
Is that what this is?
shell.run(string command [, string args1, string args2, …])
I know nothing about Computer craft, please forgive me if this is just for issuing commands inside the computercraft shell.
If so, is there another solution available?
Would like next to be able to receive signals from the os to computer craft, to controll pistons.
Is this also possible? Don't really want to sift through this quite extensive mod. I would get sidetracked and never get finished. I appreciate the help.
*edit: Is there a way to send text to a file? I could monitor for changes. Would also solve my problem nicely. I could varify the changes if I could get signals from the os somehow.
Is that what this is?
shell.run(string command [, string args1, string args2, …])
I know nothing about Computer craft, please forgive me if this is just for issuing commands inside the computercraft shell.
If so, is there another solution available?
Would like next to be able to receive signals from the os to computer craft, to controll pistons.
Is this also possible? Don't really want to sift through this quite extensive mod. I would get sidetracked and never get finished. I appreciate the help.
*edit: Is there a way to send text to a file? I could monitor for changes. Would also solve my problem nicely. I could varify the changes if I could get signals from the os somehow.
Edited on 08 October 2014 - 11:47 AM