Hello!
Today Im going to install win10 on a brand new ssd (but Im keeping my hdd with win7). I am installing it from a usb 3 stick, is that good or should I use usb2?
Besides the usual dreadfull things like turning off the spyware and installing gazillions of programs I am faced with another problem:
I would like to migrate my cmdr data from the hdd to the ssd. What kind of files do I have to copy to where on win 10 so I dont lose any cmdr data like the star cache.
Im running a back up script:
Code:
@echo on
start "Fraps" "C:\Program Files (x86)\Fraps\fraps.exe"
start "EDDiscovery" "C:\Program Files\EDDiscovery\EDDiscovery.exe"
start "MarketConnector" "C:\Program Files (x86)\EDMarketConnector\EDMarketConnector.exe"
start "Elite" "C:\Program Files (x86)\Frontier\EDLaunch\EDLaunch.exe"
xcopy "C:\Program Files (x86)\Frontier\EDLaunch\Products\elite-dangerous-64\Logs\*.log" "D:\Elite Dangerous\Logs" /D /Y
xcopy "C:\Users\Admin\AppData\Local\Frontier Developments\Elite Dangerous\159572\*.dat" "D:\Elite Dangerous\ImportedStars" /H /O /Y
xcopy "C:\Users\Admin\AppData\Local\Frontier Developments\Elite Dangerous\CommanderHistory\*.*" "D:\Elite Dangerous\CommanderHistory" /H /O /Y
xcopy "C:\Users\Admin\Saved Games\Frontier Developments\Elite Dangerous\*.log" "D:\Elite Dangerous\Journal" /D
xcopy "C:\Users\Admin\Saved Games\Frontier Developments\Elite Dangerous\*.json" "D:\Elite Dangerous\Journal" /H /O /Y
pause
So I know where these files are. Do I know of all files that must be copied?
- The above
- app data folder -- what files? all of it? The controls of course, the graficconfiglocal, star cache, ??
- ed discovery database -- How do I migrate edd?
- appconfiglocal.xml
Any help would be appreciated, thank you.