stella house software
androidやwindowsのプログラミング、開発に関するtipsを中心に載せます。
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)
登録:
投稿 (Atom)