Advertisement
Guest User

NMS_BACKUP

a guest
Aug 8th, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.50 KB | None | 0 0
  1. @echo off
  2.  
  3. REM To set up save this as a .bat file (eg "NMSBackup.bat") in your No Mans Sky folder
  4. REM Then in steam click "add a non-steam game", and point it to NMS.exe in the binaries folder.
  5. REM Finally right click the created entry in your library and change the shortcut to reference NMSBackup.bat instead.
  6.  
  7. set SAVESTAMP=%DATE:/=-%@%TIME::=-%
  8. set SAVESTAMP=%SAVESTAMP: =%
  9.  
  10. xcopy /s "%appdata%\HelloGames\NMS" "%appdata%\HelloGames\backup_%SAVESTAMP%\"
  11.  
  12. start steam://rungameid/275850
  13.  
  14. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement