I have Skyrim installed on a conventional disc, I want to move it to an SSD - is it possible to do this and if so is it problematic?
Cheers!


@Echo OffEcho Create Skyrim symbolic links?PauseMD "%ProgramFiles(x86)%\Steam\SteamApps\Common"MD "%CD%\Link'd\%ComputerName%"MD "%CD%\Link'd\Saves"Move "%UserProfile%\Documents\My Games\Skyrim\Saves\*.*" "%CD%\Link'd\Saves"RD "%UserProfile%\Documents\My Games\Skyrim\Saves"Move "%UserProfile%\Documents\My Games\Skyrim\*.*" "%CD%\Link'd\%ComputerName%"RD "%UserProfile%\Documents\My Games\Skyrim"Move "%LocalAppData%\Skyrim\*.*" "%CD%\Link'd\%ComputerName%"RD "%LocalAppData%\Skyrim"Junction "%UserProfile%\Documents\My Games\Skyrim" "%CD%\Link'd\%ComputerName%"Junction "%LocalAppData%\Skyrim" "%CD%\Link'd\%ComputerName%"RD "%ProgramFiles(x86)%\Steam\SteamApps\Common\Skyrim"Junction "%ProgramFiles(x86)%\Steam\SteamApps\Common\Skyrim" "%CD%"Junction "%CD%\Link'd\%ComputerName%\Saves" "%CD%\Link'd\Saves"Pause@Echo On

If your SSD is big enough, you could move your whole Steam directory (there are actually tools for doing so, evidently). I'd used the above to keep Skyrim on its own 24GB SSD, but after the HD texture packs, there wasn't enough space so now I've a 128GB SSD B:\ drive dedicated to all things Beth. After moving/recreating the SymLinks, everything worked fine.