Using the Scopy Command with AT or WinAT Scheduler

ID: Q140972


The information in this article applies to:


SUMMARY

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. 


MORE INFORMATION

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:

  1. Doubleclick Control Panel in the Main Program Group.


  2. Doubleclick Services.


  3. Doubleclick Schedule Service.


  4. In the box labeled "Log On As", click "This Account".


  5. Add a user account which has administrative rights to the system.


  6. Enter the account Password and Confirm Password.


  7. Click OK.


You can schedule the SCOPY command to run anytime by either using the AT command or using the Command Scheduler in the Resource Kit.

Additional query words: prodnt nthowto


Keywords          : ntreskit 
Version           : 3.50 3.51
Platform          : WINDOWS 
Issue type        : 

Last Reviewed: January 30, 1999