Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
1153754
1153754
Syntax


Wiki Markup*copy* _source\-logical\-name_=_source\-file\-specification_ \ [_destination\-logical\-name_=_destination\-file\-specification_\]

Anchor
1153757
1153757
Description

...

Anchor
1153774
1153774
Parameters

...

...

stylebackground-color: #F0F0F0; border-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: middle; width: 144pt;

...

Parameter

...

...

Description

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

...

...

source-logical-name

...

...

Logical name of the server acting as the source of the transfer operation.

...

...

source-file-specification

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

...

...

Complete path or single file name of the file or files to be copied.

...

The file name (or file name portion of the path) can contain wildcard characters:

  • Wildcard * represents zero or more characters.
  • Wildcard ? indicates a single character.

...

...

destination-logical-name

...

...

Logical name of the destination server in the transfer operation.

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

...

...

destination-file-specification

...

...

Complete path or single file name for the destination file.

Anchor
1153801
1153801
Examples


Anchor
1153802
1153802
To copy file test.txt - from a machine with logical name src to a machine with logical name dst - as test.bak:

Panel
copy src=test.txt dst=test.bak	


Anchor
1153805
1153805
To copy all files in the current directory from a machine with logical name src to the other machine in the transfer session:

Panel
copy src=*	

Anchor
1124154
1124154