Using the Scopy Command with AT or WinAT SchedulerLast reviewed: January 17, 1996Article ID: Q140972 |
The information in this article applies to:
SUMMARYThe Scopy command from Windows NT Resource Kit is used to copy files and directories to and from Windows NT File System (NTFS) partitions with the security of the directories and files intact. The format for the command is:
scopy <Source> <Destination> [/o] [/a] [/s]Example:
scopy e:\testdata f:\testdata /o /a /sThis example will copy the information from the Testdata directory on drive E to the Testdata directory on drive F. The destination directory on the root of the destination drive must be present prior to executing the SCOPY command. There are three switches that can be used with the command. The switches are:
/o Copies the existing owner security information to the destination directory. /a Copies the existing auditing information to the destination directory. In order for this to work properly the Group the user is a member of must have the Manage Auditing and Security Log user right. This user right is obtained through User Right Policy menu in User Manager for Domains. /s Copies all the subdirectories. MORE INFORMATIONWhen using the SCOPY command with either the AT command or WinAT scheduler you must edit the Scheduler Service so that the service logs on with an account that has administrative privileges:
|
KBCategory: kbhowto
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |