Fehler --verbose mit FielAgeCount

master
Bernhard Linz 2020-08-21 12:40:57 +02:00
parent 6274db10b2
commit 287427df78
5 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
*.bak
Zabbix-FileAndFolder_V3.zip
fileandfolder.exe.4.0.0.2.exe

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -499,7 +499,8 @@ EndIf
If StringLeft($CmdLine[1], StringLen("FileCountSize=")) = "FileCountSize=" Or StringLeft($CmdLine[1], StringLen("#FileCountSize=")) = "#FileCountSize=" Then
If $CmdLine[0] > 2 Then
$s_Suchmuster = $CmdLine[3]
Else
EndIf
If $s_Suchmuster = "--verbose" Then
$s_Suchmuster = "*"
EndIf
If StringLeft($CmdLine[1], 1) = "#" Then
@ -565,7 +566,8 @@ EndIf
If StringLeft($CmdLine[1], StringLen("FileCountAge=")) = "FileCountAge=" Or StringLeft($CmdLine[1], StringLen("#FileCountAge=")) = "#FileCountAge=" Then
If $CmdLine[0] > 2 Then
$s_Suchmuster = $CmdLine[3]
Else
EndIf
If $s_Suchmuster = "--verbose" Then
$s_Suchmuster = "*"
EndIf
If StringLeft($CmdLine[1], 1) = "#" Then