Install Steam						
					
				
				
									login
											 | 
						language
						
																																					简体中文 (Simplified Chinese)
																													繁體中文 (Traditional Chinese)
																													日本語 (Japanese)
																													한국어 (Korean)
																													ไทย (Thai)
																													Български (Bulgarian)
																													Čeština (Czech)
																													Dansk (Danish)
																													Deutsch (German)
																																							Español - España (Spanish - Spain)
																													Español - Latinoamérica (Spanish - Latin America)
																													Ελληνικά (Greek)
																													Français (French)
																													Italiano (Italian)
																													Bahasa Indonesia (Indonesian)
																													Magyar (Hungarian)
																													Nederlands (Dutch)
																													Norsk (Norwegian)
																													Polski (Polish)
																													Português (Portuguese - Portugal)
																													Português - Brasil (Portuguese - Brazil)
																													Română (Romanian)
																													Русский (Russian)
																													Suomi (Finnish)
																													Svenska (Swedish)
																													Türkçe (Turkish)
																													Tiếng Việt (Vietnamese)
																													Українська (Ukrainian)
																									Report a translation problem
							
						
 
											 
													

 
						

 
			 
						





Hell I would give the guy a medal in the comment section if I could. But yes go with just using a bat file not the exe. Nice to see people helped him improve the code as well.
Sucks the guy tried to make the process easier for us just so the ignorant/paranoids end up trash talking him & accusing him of trying to pull something when you can SEE the line of code. Don't even have to know how to program or script & can still tell all it's doing is copying your save to a backup location so if you ended up with a cheater you could easily have it copy & paste it back into the original folder undoing the cheaters dmg.
However I would prefer to keep the backup on the same folder instead of appdata.
So I would suggest to change like 23 to:
robocopy "%userprofile%/Documents/My Games/EDF4.1/SAVE_DATA" "%userprofile%/Documents/My Games/EDF4.1/BACKUPS" *.* /S /IS.
And delete line 23, Why move the files to app data?
You can see the code on github: https://github.com/raidcookie/edf-backup/blob/master/edfbackup.bat
It's just a simple .bat file, a normal shell executable for windows, and you don't need to be a programmer to read it, it's barely 50 lines of code and it's perfectly safe.
If you don't trust .revo don't use the exe, as that might reasonably have anything added with it, just copy the code from the github page and add it to "EDFbackup.bat", paste the code like normal text, and it's perfectly safe.