Fehler --verbose mit FielAgeCount
This commit is contained in:
parent
6274db10b2
commit
287427df78
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
|||||||
*.bak
|
*.bak
|
||||||
Zabbix-FileAndFolder_V3.zip
|
Zabbix-FileAndFolder_V3.zip
|
||||||
fileandfolder.exe.4.0.0.2.exe
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -499,7 +499,8 @@ EndIf
|
|||||||
If StringLeft($CmdLine[1], StringLen("FileCountSize=")) = "FileCountSize=" Or StringLeft($CmdLine[1], StringLen("#FileCountSize=")) = "#FileCountSize=" Then
|
If StringLeft($CmdLine[1], StringLen("FileCountSize=")) = "FileCountSize=" Or StringLeft($CmdLine[1], StringLen("#FileCountSize=")) = "#FileCountSize=" Then
|
||||||
If $CmdLine[0] > 2 Then
|
If $CmdLine[0] > 2 Then
|
||||||
$s_Suchmuster = $CmdLine[3]
|
$s_Suchmuster = $CmdLine[3]
|
||||||
Else
|
EndIf
|
||||||
|
If $s_Suchmuster = "--verbose" Then
|
||||||
$s_Suchmuster = "*"
|
$s_Suchmuster = "*"
|
||||||
EndIf
|
EndIf
|
||||||
If StringLeft($CmdLine[1], 1) = "#" Then
|
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 StringLeft($CmdLine[1], StringLen("FileCountAge=")) = "FileCountAge=" Or StringLeft($CmdLine[1], StringLen("#FileCountAge=")) = "#FileCountAge=" Then
|
||||||
If $CmdLine[0] > 2 Then
|
If $CmdLine[0] > 2 Then
|
||||||
$s_Suchmuster = $CmdLine[3]
|
$s_Suchmuster = $CmdLine[3]
|
||||||
Else
|
EndIf
|
||||||
|
If $s_Suchmuster = "--verbose" Then
|
||||||
$s_Suchmuster = "*"
|
$s_Suchmuster = "*"
|
||||||
EndIf
|
EndIf
|
||||||
If StringLeft($CmdLine[1], 1) = "#" Then
|
If StringLeft($CmdLine[1], 1) = "#" Then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user