Welcome, Guest. Please login or register.

Author Topic: CLONE argument of copy command  (Read 3373 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
CLONE argument of copy command
« on: October 23, 2008, 02:24:08 PM »
What exactly does 'COPY ... CLONE' do compared to just 'COPY'?

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: CLONE argument of copy command
« Reply #1 on: October 23, 2008, 03:04:59 PM »
Brilliant, cheers. I'm copying the contents of the OS4 CD to an FFS hard drive under UAE and I suspected I needed the clone argument. I actually did this:

Copy cd0:#? hd0: ALL CLONE

I'm hoping that will result in an exact copy of what's on the CD.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10