[Coco] Copying Files on SDC

Barry Nelson barry.nelson at amobiledevice.com
Sun Oct 22 19:39:39 EDT 2017


> Jerry Adams
> Sun Oct 22 19:22:27 EDT 2017
> 
> Hello all,
> 
> I have been struggling with what I am sure is a simple problem. I have a
> disk image on my CoCo SDC which contains multiple files. I need to take
> just a few of these files, copy and move them to a new disk image. Simple
> enough. How would I do that? The answer has been escaping me.
> 
> Jerry Adams
There are several ways to accomplish this task.
Here are two.

#1
Using the CoCo, mount both disks in different virtual SDC drives…
DRIVE 0,”DISK1.DSK”
DRIVE 1,”DISK2.DSK”
Then copy the files…
COPY “FILE1.BAS:0” TO “FILE1.BAS:1”
COPY “FILE2.BAS:0” TO “FILE2.BAS:1”
COPY “FILE3.BAS:0” TO “FILE3.BAS:1”

#2
Insert the SD card into your PC and use
http://www.colorcomputerarchive.com/coco/Utilities/wimgtool/wimgtool.exe <http://www.colorcomputerarchive.com/coco/Utilities/wimgtool/wimgtool.exe>



More information about the Coco mailing list