A simple CMD/BAT script to move the same files to the new location:
Simply paste it into a Command Prompt window.
Code:
cd "%UserProfile%\Hazeron Starship"
mkdir "%UserProfile%\Hazeron Starship\Saved Games"
move "%UserProfile%\Hazeron Starship\Temporary\Solo\A10*" "%UserProfile%\Hazeron Starship\Saved Games"
move "%UserProfile%\Hazeron Starship\Temporary\Solo\sU.*" "%UserProfile%\Hazeron Starship\Saved Games"
move "%UserProfile%\Hazeron Starship\Temporary\Solo\sA.*" "%UserProfile%\Hazeron Starship\Saved Games"