diff --git a/Zabbix-FileAndFolder.zip b/Zabbix-FileAndFolder.zip index 95cd15a..6a52168 100644 Binary files a/Zabbix-FileAndFolder.zip and b/Zabbix-FileAndFolder.zip differ diff --git a/fileandfolder.exe b/fileandfolder.exe index 76ccdb6..99491d4 100644 Binary files a/fileandfolder.exe and b/fileandfolder.exe differ diff --git a/fileandfolder.exe.4.0.0.2.exe b/fileandfolder.exe.4.0.0.2.exe new file mode 100644 index 0000000..76ccdb6 Binary files /dev/null and b/fileandfolder.exe.4.0.0.2.exe differ diff --git a/fileandfolderV4.au3 b/fileandfolderV4.au3 index 3f39f14..6a591c2 100644 --- a/fileandfolderV4.au3 +++ b/fileandfolderV4.au3 @@ -6,7 +6,7 @@ #AutoIt3Wrapper_Change2CUI=y #AutoIt3Wrapper_Res_Comment=2014-2020 von Bernhard Linz / Bernhard@znil.de #AutoIt3Wrapper_Res_Description=FileAndFolder.exe Zabbix Helper -#AutoIt3Wrapper_Res_Fileversion=4.0.0.3 +#AutoIt3Wrapper_Res_Fileversion=4.0.0.4 #AutoIt3Wrapper_Res_Fileversion_AutoIncrement=y #AutoIt3Wrapper_Res_SaveSource=y #AutoIt3Wrapper_Res_Language=1031 @@ -499,8 +499,7 @@ 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] - EndIf - If $s_Suchmuster = "--verbose" Then + Else $s_Suchmuster = "*" EndIf If StringLeft($CmdLine[1], 1) = "#" Then @@ -566,8 +565,7 @@ 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] - EndIf - If $s_Suchmuster = "--verbose" Then + Else $s_Suchmuster = "*" EndIf If StringLeft($CmdLine[1], 1) = "#" Then