Added tSLog.bat -- a tool for backing up the log file on a Windows computer to a date-stamped file on the Desktop.

This commit is contained in:
WA Github 2017-10-31 09:34:30 -04:00
parent b7c68fd0d9
commit 10d00e031a
1 changed files with 4 additions and 0 deletions

4
tSLog.bat Normal file
View File

@ -0,0 +1,4 @@
SET MYTIME=%date%%time%
call set MYTIME=%%MYTIME:/=%%%
call set MYTIME=%%MYTIME::=%%%
copy "%appdata%\..\local\translationstudio\log.txt" "%userprofile%\Desktop\log_backup%MYTIME%.txt"