Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rem Create a .bat file in notepad with this content. Lines beginning with rem are comments, not used.
- rem Your No Mans Sky local save data will be copied over in full to NMSbackup in your home folder
- for /f "tokens=2 delims==" %%I in ('wmic os get localdatetime /format:list') do set datetime=%%I
- set filedate=%datetime:~0,14%
- echo %filedate%
- xcopy /E C:\Users\%USERNAME%\AppData\Roaming\HelloGames C:\Users\%USERNAME%\NMSbackup\%filedate%\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement