Page 1 of 1

File Copy Program

Posted: Sat Dec 10, 2005 10:12 pm
by Devlin
Hello,
I need a file copy program that will copy from drive 8 to drive 9? Where can i get one if anybody knows?
:cry:

Posted: Fri Jan 19, 2007 11:59 am
by aneurysm
yeah - or is there a simple command like OPEN to get a specific file from 64HDD drive 9 to my 1541 drive 8?

Posted: Fri Jan 19, 2007 12:49 pm
by Alan
aneurysm wrote:yeah - or is there a simple command like OPEN to get a specific file from 64HDD drive 9 to my 1541 drive 8?
To copy from a 64HDD drive to a real, live 1541 you could use JiffyDOS's built in file copier. That's what I do.

With 64HDD Pro, there is a simple command channel command to copy files from one 64HDD drive to another 64HDD drive. Assuming you are using a wedge of some kind:

@KOPY:destnationdrive=filename

This copies filename from the current drive and copies it to the destinationdrive as in:

@KOPY:8=SPEEDSCRIPT

This will copy a file names SPEEDSCRIPT from the current drive to drive 8. The copying is very, very fast. You could copy an entire disk of files between drives in just a few seconds. Unfortunately, it does not copy between 64HDD drives and real Commodore disk drives.

.

Posted: Fri Jan 19, 2007 1:19 pm
by aneurysm
crap! i;m in a timecrunch - don;t have time to order JiffyDOS hardware...

any other suggestions?