Can I move files from nested folders with a single command?

Page 3 of 3 FirstFirst 123

  1. Posts : 5,656
    Windows 7 Ultimate x64 SP1
       #21

    Open notepad and write the following (3 lines), save as - file type (all files) - save as Mozilla.bat

    robocopy "%USERPROFILE%\AppData\Roaming\Mozilla" "S:\Users\%USERNAME%\AppData\Roaming\Mozilla" *.* /s /move
    mklink /j "%USERPROFILE%\AppData\Roaming\Mozilla" "S:\Users\%USERNAME%\AppData\Roaming\Mozilla"
    mklink /j "%USERPROFILE%\AppData\Local\Mozilla" "S:\Users\%USERNAME%\AppData\Local\Mozilla"

    Try it and lets see if it works. There is nothing to move in appdata/local by the way?
      My Computer


  2. Posts : 231
    Windows 7
    Thread Starter
       #22

    I tried everything so I had to write software to do the task.
    Last edited by badspell68; 10 Jul 2015 at 11:34.
      My Computer


  3. Posts : 51
    Windows 7 Home premium x64
       #23

    GokAy said:
    Open notepad and write the following (3 lines), save as - file type (all files) - save as Mozilla.bat

    robocopy "%USERPROFILE%\AppData\Roaming\Mozilla" "S:\Users\%USERNAME%\AppData\Roaming\Mozilla" *.* /s /move
    mklink /j "%USERPROFILE%\AppData\Roaming\Mozilla" "S:\Users\%USERNAME%\AppData\Roaming\Mozilla"
    mklink /j "%USERPROFILE%\AppData\Local\Mozilla" "S:\Users\%USERNAME%\AppData\Local\Mozilla"

    Try it and lets see if it works. There is nothing to move in appdata/local by the way?
    Forgot to check for answers. Something came up and I didn't get it started. Also I'm from Greece and building something is getting more and more difficult those days. Thanks for your help. I'll let you know if I start the tests.

    Edit:I searching robocopy command and it seems like it doesn't copy subfolders. That won't work for sure in chrome which has subfolders. Maybe somehow I have to use this parameter:

    c:\hope c:\hope2 /e

    Read from site: Windows command line robocopy command help and information
    Last edited by stsaerox; 12 Jul 2015 at 08:50.
      My Computer


 
Page 3 of 3 FirstFirst 123

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:16.
Find Us