Jump to content




[Error] "bios:206: [string "startup"]:2: '=' expected"?


  • You cannot reply to this topic
2 replies to this topic

#1 digpoe

  • Members
  • 92 posts

Posted 07 May 2012 - 10: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


#2 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 07 May 2012 - 11:04 AM

Try this:
term.clear()
shell.run("monitor", "top", "access")  --shell.run("ProgramToRun", "Argument1", "Argument2" ......)


#3 digpoe

  • Members
  • 92 posts

Posted 07 May 2012 - 11:31 AM

View Posttomass1996, on 07 May 2012 - 11:04 AM, said:

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 :)/>





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users