4.
T o m e r g e all files w h o s e n a m e s begin with J O B and which have
extensions f r o m drive 0 into a file called B O X . 2 0 5 on drive 2 with
write p r o t e c t i o n .
! C O P Y " 0 - J O B * . * " T O " 2 - B O X . 2 0 5 " , P , M
N o t e - - the file B O X . 2 0 5 m u s t n o t already exist on drive 2. If it does, an
error message will be displayed.
5.
C o p y a file called G E O R G E on the disc in the default drive, to a file
called P E T E R o n the same disc in the default drive with no c h a n g e
o f write p r o t e c t i o n status.
!COPY " G E O R G E " T O " P E T E R " RETURN
6.
C o p y a file called G E O R G E on the disc in drive 2 to a file called
P E T E R on the same disc with no c h a n g e of write p r o t e c t status.
! C O P Y " 2 - G E O R G E " T O " 2 - P E T E R "
7.
C o p y all files o n the default drive disc to drive n u m b e r 1 disc, with
no c h a n g e of write p r o t e c t status.
! C O P Y " * . * " T O 1
or ! C O P Y T O 1
RETURN
8.
C o p y all files on source disc to a n o t h e r disc, using only o n e disc
drive unit ( n u m b e r 0).
! C O P Y " 0 - * . * "
T O 0, C
RETURN or ! C O P Y 0 T O 0 , C or !
C O P Y 0, C
32
RETURN
R E T U R N
R E T U R N