LoginSignup
0
0

More than 5 years have passed since last update.

ファイルコピー

Last updated at Posted at 2018-09-19

ないよりましなので書きました。

net use Z: \user-PC\test 1111 /user:user-PC\user

cd %USERPROFILE%\desktop
xcopy /s/c/e/h/y * Z:\%COMPUTERNAME%\desktop\
cd %USERPROFILE%\Favorites
xcopy /s/c/e/h/y * Z:\%COMPUTERNAME%\Favorites\
cd %USERPROFILE%\Documents
xcopy /s/c/e/h/y * Z:\%COMPUTERNAME%\Documents\
cd %USERPROFILE%\Pictures
xcopy /s/c/e/h/y * Z:\%COMPUTERNAME%\Pictures\
cd %USERPROFILE%\Downloads
xcopy /s/c/e/h/y * Z:\%COMPUTERNAME%\Downloads\

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0