Skip to content

Instantly share code, notes, and snippets.

@KrabCode
Last active August 17, 2022 19:59
Show Gist options
  • Save KrabCode/0266b8f87aa13b4577f8b94a73df593d to your computer and use it in GitHub Desktop.
Save KrabCode/0266b8f87aa13b4577f8b94a73df593d to your computer and use it in GitHub Desktop.
echo off
title noita backup
echo.
set noitaSaveLocation=%AppData%\..\LocalLow\Nolla_Games_Noita\save00
set /p dirName= New backup folder name:
robocopy "%noitaSaveLocation%" "%dirName%\save00" /s /e
echo Current noita save backed up as: %dirName%
echo.
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment