2019年3月19日火曜日

If you can not log in over the network

If you can not log in over the network > Dir \ \ 192.168.0.1 \ share > The username or password is incorrect. net use \\ 192.168.0.1 \ share You will be asked for the login id and password of the connection destination, so enter

ネットワーク越しにログインできなかったら

ネットワーク越しにログインできなかったら >dir \\192.168.0.1\share >ユーザー名またはパスワードが正しくありません。 net use \\192.168.0.1\share 接続先のログインid,パスワードを聞かれるので入力する

Move all files per directory

Move all files per directory robocopy d: \ usr c: \ usr / e / move / ipg: 0 / r: 0 / w: 0 / w / n / nc / nfl / ndl / np Copy source: d: \ usr Copy to: e: \ usr Move all directories: / e / move Weight: / ipg: 0 (0, no weight) Error retry: / R: 0 / w: 0 (/ r: 0 no retry, / w: 0 no retry delay) Display suppression: / ns / nc / nfl / ndl / np (do not show progress: header goes out) Unbuffered: / J (like large files but unconfirmed)

ディレクトリごとファイルを全部移動する

ディレクトリごとファイルを全部移動する robocopy d:\usr c:\usr /e /move /ipg:0 /r:0 /w:0 /ns /nc /nfl /ndl /np コピー元:d:\usr コピー先:e:\usr ディレクトリごと全部移動する:/e /move ウェイト:/ipg:0 (0でウェイト無し) エラーリトライ:/R:0 /w:0 (/r:0でリトライ無し, /w:0でリトライ時のディレイ無し) 表示の抑止:/ns /nc /nfl /ndl /np (進行状況を表示させない:ヘッダーは出る) バッファ無し:/J (大きいファイルで有効のようだが未確認)