Hi,
I have a problem using .bat throw userparameters within zabbix.
My script .bat is launching a Awk script witch parse a file and send the result into the File X.txt
If i launch my .bat direectly from my Windows server , there is no problem the X.txt is correct.
But , my problem is that if i Launch this .bat from my user parameter.
The begining of the X.txt is always
fstat < 0: fd = 0
It seem to me that i have to desctivate the " ECHO" into my Awk file , but is it realy the problem.
Any Help would be fantastic.
Cordialy
I have a problem using .bat throw userparameters within zabbix.
My script .bat is launching a Awk script witch parse a file and send the result into the File X.txt
If i launch my .bat direectly from my Windows server , there is no problem the X.txt is correct.
But , my problem is that if i Launch this .bat from my user parameter.
The begining of the X.txt is always
fstat < 0: fd = 0
It seem to me that i have to desctivate the " ECHO" into my Awk file , but is it realy the problem.
Any Help would be fantastic.
Cordialy
Comment