fixed a display problem in logfile
This commit is contained in:
parent
15a4c8a8e1
commit
942c0e6a92
@ -7,7 +7,7 @@
|
|||||||
; LICENSE : MIT License
|
; LICENSE : MIT License
|
||||||
; AUTHOR : Michael H.G. Schmidt
|
; AUTHOR : Michael H.G. Schmidt
|
||||||
; EMAIL : michael@schmidt2.de
|
; EMAIL : michael@schmidt2.de
|
||||||
; DATE : 20211003
|
; DATE : 20211021
|
||||||
; ------------------------------------------------------------
|
; ------------------------------------------------------------
|
||||||
;
|
;
|
||||||
; This tool creates an image backups of windows machines,
|
; This tool creates an image backups of windows machines,
|
||||||
@ -29,7 +29,7 @@ EnableGraphicalConsole(0)
|
|||||||
|
|
||||||
Dim filelist$(0)
|
Dim filelist$(0)
|
||||||
|
|
||||||
Global VERSION$="V1.07"
|
Global VERSION$="V1.07b"
|
||||||
Global installme = 0
|
Global installme = 0
|
||||||
Global updatesched = 0
|
Global updatesched = 0
|
||||||
Global dryrun = 0
|
Global dryrun = 0
|
||||||
@ -553,7 +553,7 @@ If ( ExcludeList$ <> "" )
|
|||||||
LogMe(" ExcludeList: [ " + ExcludeList$ + " ]")
|
LogMe(" ExcludeList: [ " + ExcludeList$ + " ]")
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
LogMe(" HashFile: [ " + HashFile$ + " ]")
|
LogMe(" HashFile: [ " + Mid(HashFile$,3) + " ]")
|
||||||
LogMe(" LogFile: [ " + LogFile$ + " ]")
|
LogMe(" LogFile: [ " + LogFile$ + " ]")
|
||||||
|
|
||||||
If ( dryrun = 0 )
|
If ( dryrun = 0 )
|
||||||
@ -572,8 +572,8 @@ EndProg(e)
|
|||||||
|
|
||||||
; IDE Options = PureBasic 5.73 LTS (Windows - x64)
|
; IDE Options = PureBasic 5.73 LTS (Windows - x64)
|
||||||
; ExecutableFormat = Console
|
; ExecutableFormat = Console
|
||||||
; CursorPosition = 153
|
; CursorPosition = 555
|
||||||
; FirstLine = 141
|
; FirstLine = 519
|
||||||
; Folding = --
|
; Folding = --
|
||||||
; EnableXP
|
; EnableXP
|
||||||
; Executable = snapcontrol.exe
|
; Executable = snapcontrol.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user