SUBSIM Radio Room Forums

SUBSIM Radio Room Forums (https://www.subsim.com/radioroom/index.php)
-   SHIII Mods Workshop (https://www.subsim.com/radioroom/forumdisplay.php?f=195)
-   -   Backup Save easy bat file (https://www.subsim.com/radioroom/showthread.php?t=253350)

Edgar Gold 08-12-22 01:12 PM

Backup Save easy bat file
 
Short bat file for one click to make a back up save for your save games.

Create a folder somewhere to backup your saves. In that folder create a text file and rename it "SH3Backup.bat"

Open it in Notepad and copy the following text.

Replace the part with "yourusernamehere" with whatever your windows username is.

echo off

set folder=%date:~10,4%_%date:~4,2%_%date:~7,2%_%time: ~0,2%%time:~3,2%
set folder=%folder: =0%
mkdir %folder%

echo %folder% created

xcopy "C:\Users\yourusernamehere\Documents\A22\data\ cfg" %folder% /E
^^^this is my save game location^^^^

Your save game location might be located somewhere eles.

So now on my desktop I have one button I click(to save) and one folder on my desktop where these ( save game files ) are copied into.

FUBAR295 08-12-22 01:19 PM

Pretty cool ... Thanks ! :Kaleun_Salute:

Edgar Gold 08-12-22 01:33 PM

Picture
 
https://i.imgur.com/cs437L4.png


I changed my desktop icon for the bat file and for the sh3 backup save game folder for my desktop.


All times are GMT -5. The time now is 02:25 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 1995- 2024 Subsim®
"Subsim" is a registered trademark, all rights reserved.