NetWare 4.1/9000 Utilities Reference

2-33
Workstation Utilities
NCOPY
paths.
The default is that only files are copied. Include /S or /S /E to copy subdirectories.
You can use wildcard characters.
Examples
To Type
Copy an empty subdirectory from
the current drive to the subdirectory
above your current drive
NCOPY WORK . . /S /E
Copy files that start with S and have
a .TXT extension and have the
archive bit set to a subdirectory
named TEST below your current
directory
NCOPY S*.TXT TO TEST /A
Copy .RPT files to SERVER/JOE/
SYS:PUBLIC/SHARE on another
volume and be notified if extended
attributes or name space
information cannot be copied
NCOPY *.RPT TO SERVER/
JOESYS:PUBLIC\SHARE /I
Copy .DOC files to ACCT directory
and verify that the original and the
new files are identical
NCOPY *.DOC TO ACCT /V
Copy a file named MARCH.RPT to
drive G:
NCOPY MARCH.RPT G:
Copy all files and subdirectories in
the current directory to a
subdirectory
NCOPY *.* .. \TEMP /S
Copy all .RPT files to
PUBLIC\RPTS under Volume
object ACCT\SYS.ACCTG.
ACME.US from the root
NCOPY *.RPT
.ACCT\SYS.ACCTG
.ACME.US:PUBLIC\RPTS