翻訳と辞書
Words near each other
・ Xeer
・ Xeesal
・ XEEST-AM
・ XEETCH-AM
・ XEEW
・ XEEW-AM
・ XEEW-FM
・ XEF-AM
・ XEFB-TDT
・ XEFD-AM
・ XEFE
・ Xconomy
・ Xconq
・ XConsortium
・ Xcopilot
XCOPY
・ XCOPY deployment
・ XCOR Aerospace
・ XCOR EZ-Rocket
・ XCOR Lynx
・ XCore Open Source License
・ XCore XS1
・ XCore XS1-AnA
・ XCore XS1-G4
・ XCore XS1-L1
・ XCore XS1-SU
・ Xcorps Action Sport TV
・ XCP
・ XCP (Protocol)
・ XCR


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

XCOPY : ウィキペディア英語版
XCOPY

In computing, XCOPY is a command used on PC DOS, MS-DOS, OS/2, Microsoft Windows, and related operating systems for copying multiple files or entire directory trees from one directory to another and for copying files across a network. XCOPY stands for ''extended copy'', and was created as a more functional file copying utility than the copy command found in these operating systems. XCOPY first appeared in DOS 3.2.
==Example==
Create a new directory by copying all contents of the existing directory, including any files or subdirectories having the "hidden" or "system" attributes and empty directories.

xcopy e:\existing e:\newcopy /s /e /i /h

If the directory names include blank signs(spaces), the names can be put in quotation marks.

xcopy "D:\Documents and Settings\MY.USERNAME\My Documents\
*" "E:\MYBACKUP\My Documents\" /D/E/C/Y

Copy entire drive in to a mapped network drive while ignoring any errors in network restartable mode.

xcopy
*.
* z:\Netmirror /E /V /C /F /H /Y /Z 1>out.txt 2>err.txt

Copy a single file without prompt if it is a file or a directory

cmd /c echo F | xcopy "c:\directory 1\myfile" "c:\directory 2\myfile"


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「XCOPY」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.