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

copying

Started by jaxsshadow, 23 March 2013 - 12:56 PM
jaxsshadow #1
Posted 23 March 2013 - 01:56 PM
sorry if this the wrong place for this but every time ive tried to copy this file i got either file does not exist or file already exist but when i try to run it, it says no such program and i did get it to copy once when i changed the name but when i ran the program it didnt work correctly so i would greatly appreciate some help sorry if this is an idiot question.
theoriginalbit #2
Posted 23 March 2013 - 02:57 PM
if you are trying to copy one of the programs that are on the computer you have to do

cp /rom/programs/<prog-name> <destination>
jaxsshadow #3
Posted 24 March 2013 - 02:05 AM
thx that worked