Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
diwakar(\192.168.204.45) というネットワーク ドライブがあります。このネットワーク ドライブから c:\users\ にファイルをコピーしたい この作業のバッチ ファイルの書き方。
解決策は次のとおりです。 xcopy /e \192.168.204.45\diwakar*.* "c:\users\" 共有ドライブから存在するすべてのものをコピーし、宛先フォルダーに移動します。