I am attempting to ping one of my servers from my CF script. I am using the CFExecute command as follows:
cfexecute
name="ping.exe"
arguments="ipaddress"
The output comes on the screen - but it is all jumbled. Is there any way to either format the output (I've tried using outputfile option but I haven't been able to include the data file) - or is there a way to obtain some sort of result in a different manner.
We're trying to build an online system that our operations staff can monitor the servers from.
Thanks!
cfexecute
name="ping.exe"
arguments="ipaddress"
The output comes on the screen - but it is all jumbled. Is there any way to either format the output (I've tried using outputfile option but I haven't been able to include the data file) - or is there a way to obtain some sort of result in a different manner.
We're trying to build an online system that our operations staff can monitor the servers from.
Thanks!