Using the Scopy Command with AT or WinAT SchedulerID: Q140972
|
The 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 /s
This 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.
When 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:
Additional query words: prodnt nthowto
Keywords : ntreskit
Version : 3.50 3.51
Platform : WINDOWS
Issue type :
Last Reviewed: January 30, 1999