Jump to content




h.write("shell.run("test")")


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

#1 LabyStudio

  • Members
  • 39 posts

Posted 23 June 2013 - 05:41 AM

my problem ..
h.write("shell.run("test")")

bios:338: [string "startup"]:2: '}' expected

please help!

#2 KevinW1998

  • Members
  • 93 posts
  • LocationAustria(German)

Posted 23 June 2013 - 05:54 AM

You need to escape the quotes:
h.write("shell.run(\"test\")")


#3 Engineer

  • Members
  • 1,378 posts
  • LocationThe Netherlands

Posted 23 June 2013 - 05:55 AM

Or you can do this:
h.write('shell.run("test")')
Which I like more ;)

#4 LabyStudio

  • Members
  • 39 posts

Posted 23 June 2013 - 05:57 AM

thx ;)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users