From 10d00e031a5633e1ebee969367f786ac12376112 Mon Sep 17 00:00:00 2001 From: WA Github Date: Tue, 31 Oct 2017 09:34:30 -0400 Subject: [PATCH] Added tSLog.bat -- a tool for backing up the log file on a Windows computer to a date-stamped file on the Desktop. --- tSLog.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tSLog.bat diff --git a/tSLog.bat b/tSLog.bat new file mode 100644 index 0000000..c332cf4 --- /dev/null +++ b/tSLog.bat @@ -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"