Tips_and_Hacks/Windows diagnostic tools/tsbackup.bat

5 lines
253 B
Batchfile

SET MYTIME=%date%%time%
call set MYTIME=%%MYTIME:/=%%%
call set MYTIME=%%MYTIME::=%%%
mkdir "%userprofile%/Desktop/translationstudio_backup%MYTIME%
copy "%appdata%/../local/translationstudio" "%userprofile%/Desktop/translationstudio_backup%MYTIME%/"