92 posts
Posted 07 May 2012 - 11:40 AM
I was making a startup script to run a program on a monitor, but when I run it, it comes up with the error in the title. The code I'm using is this:
term.clear()
monitor top access
496 posts
Location
New Zealand
Posted 07 May 2012 - 12:04 PM
Try this:
term.clear()
shell.run("monitor", "top", "access") --shell.run("ProgramToRun", "Argument1", "Argument2" ......)
92 posts
Posted 07 May 2012 - 12:31 PM
Try this:
term.clear()
shell.run("monitor", "top", "access") --shell.run("ProgramToRun", "Argument1", "Argument2" ......)
I got it to towk now, so its ok. Thanks though :)/>/>