Applies To: Windows Server 2008 R2,Windows Server 2008,Windows Vista,Windows 7
Appends a local file to a file on the remote computer using the current file type setting. For examples of how this command can be used, see Examples.
Syntax
Copy Code | |
|---|---|
Append <LocalFile> [RemoteFile] | |
Parameters
| Parameter | Description |
|---|---|
|
<LocalFile> |
Specifies the local file to add. |
|
[RemoteFile] |
Specifies the file on the remote computer to which <LocalFile> is added. |
Remarks
If RemoteFile is omitted, the LocalFile name is used in place of the remote file name.
Examples
Append file1.txt to file2.txt on the remote computer.
Copy Code | |
|---|---|
append file1.txt file2.txt | |
Append the local file1.txt to a file named file1.txt on the remote computer.
Copy Code | |
|---|---|
Append file1.txt | |





