FastCopyの¥指定

FastCopyで、コピー先指定の末尾に¥を付けた場合は、フォルダを作って、その中にコピーされる

例 e:ドライブには、testフォルダのみがある

“c:\test\tools” /to=”e:\test\” では、testフォルダ配下にtoolsフォルダが作成されて、c:\test\tools内のファイルとフォルダがコピーされる
e:\test\tools

“c:\test\tools” /to=”e:\test” では、test配下にc:\test\tools内のファイルとフォルダがコピーされる
e:\test

例 e:ドライブには、test\toolsフォルダのみがあり、フォルダ同期をする場合は、¥を付けない

“c:\test\tools” /to=”e:\test\tools”