This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
SNWLeader's profile picture

How to launch a original Computercraft? [lua]

Started by SNWLeader, 17 May 2013 - 05:11 PM
SNWLeader #1
Posted 17 May 2013 - 07: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?
Shnupbups #2
Posted 17 May 2013 - 07:13 PM

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

shell.run("rom/programs/adventure")
SNWLeader #3
Posted 17 May 2013 - 07:17 PM

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

shell.run("rom/programs/adventure")

Neither are getting the program running. T-T
Sammich Lord #4
Posted 17 May 2013 - 07:25 PM

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.