COPY,file1,TO,file2,options
Single file copy. Only options SPDN and DPDN allowed.
COPY,XXX/DAT:0,TO,YYY/DAT:1
COPY,$file1,TO,file2,options
Single file copy with system diskette conflict. Only options SPDN and DPDN allowed. $ indicates if at least one of file1 or file2 specifies drive 0, that diskette is not the current system diskette. If both files use drive 0, they are on the same diskette.
COPY,$XXX/DAT:0,TO,YYY/DAT:1
COPY,dn1,file1,TO,file2,options
Single drive, two diskette single file copy. Only options SPDN and DPDN allowed.
COPY,1,XXX/DAT,YYY/DAT
COPY,dn1,TO,dn2,date,options
Sector by sector full diskette copy. Both diskettes must have the same granules per lump, otherwise the CBF (Copy By File) type of COPY must be used. Options are:
- FMT --- Format the destination diskette. FMT if the default if NDMW specified
- NFMT --- Do not format the destination diskette
- Y --- User doesn't care what was previously on the destination diskette. Y is the default if none of N, ODN, ODPW, DDND, KDN or KDD are specified
- N --- Reject COPY if destination diskette contains data
- NDMW ---No diskette Mount Waits. All diskettes are already mounted, the system is not to ask for them. If an error occurs terminate the COPY
- SPDN=dn3 --- The PDRIVE specifications used for source I/O are those listed for drive dn3 in the PDRIVE display
- DPDN=dn4 --- The PDRIVE specifications used for destination I/O are those listed for drive dn4 in the PDRIVE display
- SN=name3 --- If the Source diskette's Name is not name3}, the operator is asked whether or not to continue;
- SPW=dpwd1 --- the Source diskette's Password must be dpwd1 or format/copy will not be done
- ODN=name1 --- If the destination diskette's old name is not name1, the operator is asked whether or not to continue
- DDND --- Display the Destination diskette's old Name and Date and ask the operator whether or not to continue
- KDN --- The destination diskette is to retain its old name
- KDD --- The destination diskette is to retain its old date
- NDN=name2 --- name2 is the destination diskette's new name
- USD --- The destination diskette is to receive the source diskette's date
- BDU --- Bypass Directory Update. Make a mirror image copy without any adjustments to destination control or directory information.
COPY,0,1,10/06/81,FMT,NDMW
COPY,0,0,SN=OLDDISK,ODN=NEWDISK
COPY,dn1,dn2,date,CBF,options
Multiple file copy. Distinguished from full diskette copy by the CBF (Copy By File) parameter. One, some or all of the files, excluding BOOT/SYS and DIR/SYS, of the source diskette are copied to the destination diskette. All excluded files and all non-allocated granules are not copied. If a NEWDOS/80 system disk is being created, FMT must be specified. All of the above options except BDU, are useable by this copy. If a system file is to be copied and it is not already in the destination diskette, FMT should be specified. Additional options are:
- USR --- Copy only user files (system and invisible files are excluded)
- /ext --- Copy only files with name extension ext}
- UPD --- Copy only files flagged as updated
- ILF=file3 --- Copy only files listed in file file3
- XLF=file4 --- Exclude all files listed in file file4
- DFO --- Copy only those source files already represented in the destination diskette directory
- CFWO --- Check Files With Operator. The operator is asked whether or not to copy files which otherwise qualify for the copy
- ODPW=dpwd2 --- The destination diskette's old password must be dpwd2 or the format/copy will not be done
- DDSL=ln1 --- Formatting will start the directory at the beginning of lump ln1
- DDGA=gc1 --- Format will allocate gc1 granules to the directory.
COPY,0,1,01/24/82,CBF,NFMT,CFWO,USR