Fehler in FileCountSize und FileCountAge behoben
This commit is contained in:
parent
0fdae52600
commit
c6a7d4465f
Binary file not shown.
Binary file not shown.
BIN
fileandfolder.exe.4.0.0.2.exe
Normal file
BIN
fileandfolder.exe.4.0.0.2.exe
Normal file
Binary file not shown.
@ -6,7 +6,7 @@
|
|||||||
#AutoIt3Wrapper_Change2CUI=y
|
#AutoIt3Wrapper_Change2CUI=y
|
||||||
#AutoIt3Wrapper_Res_Comment=2014-2020 von Bernhard Linz / Bernhard@znil.de
|
#AutoIt3Wrapper_Res_Comment=2014-2020 von Bernhard Linz / Bernhard@znil.de
|
||||||
#AutoIt3Wrapper_Res_Description=FileAndFolder.exe Zabbix Helper
|
#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_Fileversion_AutoIncrement=y
|
||||||
#AutoIt3Wrapper_Res_SaveSource=y
|
#AutoIt3Wrapper_Res_SaveSource=y
|
||||||
#AutoIt3Wrapper_Res_Language=1031
|
#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 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]
|
||||||
EndIf
|
Else
|
||||||
If $s_Suchmuster = "--verbose" Then
|
|
||||||
$s_Suchmuster = "*"
|
$s_Suchmuster = "*"
|
||||||
EndIf
|
EndIf
|
||||||
If StringLeft($CmdLine[1], 1) = "#" Then
|
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 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]
|
||||||
EndIf
|
Else
|
||||||
If $s_Suchmuster = "--verbose" Then
|
|
||||||
$s_Suchmuster = "*"
|
$s_Suchmuster = "*"
|
||||||
EndIf
|
EndIf
|
||||||
If StringLeft($CmdLine[1], 1) = "#" Then
|
If StringLeft($CmdLine[1], 1) = "#" Then
|
||||||
|
Loading…
Reference in New Issue
Block a user