コマンドオプションサンプル:copy /-Y

コマンドサンプルを検索した結果です。

COPY /-y c:\demo\source_file.txt c:\dir\dest.txt
    Robocopy "Robust File Copy" - Windows CMD - SS64.com : http://ss64.com/nt/copy.html
copy /-Y from.txt to.txt
    copyコマンドで中断時に再開してコピーする : http://tooljp.com/windows/doc/copy-command/copy--Y.html
copy /-y NUL "%filename%">NUL
    DOS - XCopy Copy Tips : http://www.dostips.com/DtTipsXCopy.php
copy /-y "frompath\file" "topath\file"
    Windows Tip: How To Copy Files without Overwriting Them in Command Line | Next of Windows : http://www.nextofwindows.com/windows-tip-how-to-copy-files-without-overwriting-them-in-command-line

copy のオプション一覧