Jump to content




How to launch a original Computercraft? [lua]


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

#1 SNWLeader

  • Members
  • 71 posts
  • LocationTampa Bay, Florida

Posted 17 May 2013 - 06:11 PM

I am trying to launch the Adventure program through a different program,but only gives me the "No such Program" error. How do I get it to launch?

#2 Shnupbups

  • Members
  • 596 posts
  • LocationThat place over there. Y'know. The one where I am.

Posted 17 May 2013 - 06:13 PM

shell.run("adventure")
If that doesn't work, try:
shell.run("rom/programs/adventure")


#3 SNWLeader

  • Members
  • 71 posts
  • LocationTampa Bay, Florida

Posted 17 May 2013 - 06:17 PM

View PostShnupbups100, on 17 May 2013 - 06:13 PM, said:

shell.run("adventure")
If that doesn't work, try:
shell.run("rom/programs/adventure")

Neither are getting the program running. T-T

#4 Sammich Lord

    IRC Addict

  • Members
  • 1,212 posts
  • LocationThe Sammich Kingdom

Posted 17 May 2013 - 06:25 PM

View PostSNWLeader, on 17 May 2013 - 06:17 PM, said:

View PostShnupbups100, on 17 May 2013 - 06:13 PM, said:

shell.run("adventure")
If that doesn't work, try:
shell.run("rom/programs/adventure")

Neither are getting the program running. T-T
This will work.
dofile('/rom/programs/computer/adventure')
If that doesn't work then I don't know what to tell you.





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users