1 02/29/84 copy_cards, ccd
2
3 Syntax: ccd deck_name new_deck_name
4
5
6 Function: copies specified card image segments from system pool
7 storage into your working directory.
8
9
10 Arguments:
11 deck_name
12 is the name that was entered on the deck_id card when the card
13 deck was submitted for reading. The star convention is allowed.
14 new_deck_name
15 is the pathname of the segment in which the matching card image
16 segment is placed. If omitted, the working directory and deck_name
17 are assumed. The equal convention is allowed.
18
19
20 Notes: The segments to be copied must have been created using the
21 Multics card input facility. When there are multiple copies of the
22 same deck in pool storage, all are copied.
23
24 When an attempt is made to read a card deck having the same name as
25 some previously read deck still in pool storage, a numeric suffix is
26 added to the name of the new deck, e.g., "deck_name.1"
27
28 Only those card decks having an access class equal to your current
29 authorization can be copied; other decks are not found.