COPY-DIRECTORY: Difference between revisions
Jump to navigation
Jump to search
(created page for the COPY-DIRECTORY command) |
(added rules) |
||
Line 4: | Line 4: | ||
; <destination directory name> : destination - name of the directory | ; <destination directory name> : destination - name of the directory | ||
; <source directory name> : source - name of the directory | ; <source directory name> : source - name of the directory | ||
Rules: | |||
#Permitted only for user SYSTEM. | |||
#The destination directory should have no users and no files when the command is given (use @[[CREATE-DIRECTORY]]). | |||
#The users and the file names will be identical in both directories after the command is executed. | |||
#All files must be closed during the copying. Spooling should be turned off. | |||
== Related commands == | == Related commands == |
Revision as of 18:28, 17 December 2012
@COPY-DIRECTORY <destination directory name>, <source directory name>
Copy all files in the source directory onto the destination directory.
- <destination directory name>
- destination - name of the directory
- <source directory name>
- source - name of the directory
Rules:
- Permitted only for user SYSTEM.
- The destination directory should have no users and no files when the command is given (use @CREATE-DIRECTORY).
- The users and the file names will be identical in both directories after the command is executed.
- All files must be closed during the copying. Spooling should be turned off.
Related commands
References
Norsk Data Document ND–60.128.01 SINTRAN III REFERENCE MANUAL (printed June 1980), pages 1-39, 1-40
Norsk Data Document ND–60.174.Q01 SINTRAN III QUICK REFERENCE CARD