Change the iTunes Backup and File Location in Windows 10

Change the iTunes Backup location Original folder for iTunes backup: C:\Users\username\AppData\Roaming\Apple Computer\MobileSync New destination folder: E:\MobileSync\Backup From DOS prompt execute command:Mklink /J “C:\Users\username\AppData\Apple Computer\MobileSync\Backup” “E:\MobileSync\Backup” Change the iTunes file locationRead More
Copy Files from Multiple Sub-folders to a Single Folder

Complete text: https://www.winhelponline.com/blog/move-copy-files-multiple-sub-folders-single-folder/ Using Command-line Scenario: Let’s copy all files from the d:\vacation snaps\2016 folder and sub-folders to the d:\all snaps folder recursively. Open a Command Prompt window. Run the following commands one by oneRead More