From 942c0e6a92b211612c4b7a66c51fcd2019e4927e Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Thu, 21 Oct 2021 15:05:49 +0200 Subject: [PATCH] fixed a display problem in logfile --- snapcontrol.pb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/snapcontrol.pb b/snapcontrol.pb index de7defd..3428e07 100644 --- a/snapcontrol.pb +++ b/snapcontrol.pb @@ -7,7 +7,7 @@ ; LICENSE : MIT License ; AUTHOR : Michael H.G. Schmidt ; EMAIL : michael@schmidt2.de -; DATE : 20211003 +; DATE : 20211021 ; ------------------------------------------------------------ ; ; This tool creates an image backups of windows machines, @@ -29,7 +29,7 @@ EnableGraphicalConsole(0) Dim filelist$(0) -Global VERSION$="V1.07" +Global VERSION$="V1.07b" Global installme = 0 Global updatesched = 0 Global dryrun = 0 @@ -531,9 +531,9 @@ Else Next i ; generate filenames for backup ... - DumpFile$ = TargetPath$ + "\" + hostname$ + "_snapshot_" + month$ + "_$type_$disk.sna" + DumpFile$ = TargetPath$ + "\" + hostname$ + "_snapshot_" + month$ + "_$type_$disk.sna" HashFile$ = "-h" + TargetPath$ + "\" + hostname$ + "_snapshot_" + month$ + "_$type_$disk.hsh" - + EndIf @@ -553,7 +553,7 @@ If ( ExcludeList$ <> "" ) LogMe(" ExcludeList: [ " + ExcludeList$ + " ]") EndIf -LogMe(" HashFile: [ " + HashFile$ + " ]") +LogMe(" HashFile: [ " + Mid(HashFile$,3) + " ]") LogMe(" LogFile: [ " + LogFile$ + " ]") If ( dryrun = 0 ) @@ -572,8 +572,8 @@ EndProg(e) ; IDE Options = PureBasic 5.73 LTS (Windows - x64) ; ExecutableFormat = Console -; CursorPosition = 153 -; FirstLine = 141 +; CursorPosition = 555 +; FirstLine = 519 ; Folding = -- ; EnableXP ; Executable = snapcontrol.exe