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

Viewing built in programs

Started by bobmandude9889, 20 June 2013 - 09:23 PM
bobmandude9889 #1
Posted 20 June 2013 - 11:23 PM
How do you view or edit programs that are built into the computer, for example the worm program. I cant just do "edit worm" because that creates a new program. Thanks
Lyqyd #2
Posted 21 June 2013 - 12:53 AM
Split into new topic.

You simply use the full path of the program you want to look at. For instance, the edit program is at /rom/programs/edit. If you want to modify and save changes to them, you should copy the program you're interested in to a location outside of the rom folder first.