Advertisement
Guest User

No Man's Sky save backup script

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