I run Everest Corp Ed (ECE) v2.8 on the commandline (a script) to catch all computers on our domain.
I also recently got a new amd64 x2 running winxp pro x64 ed for testing. All worked well, until I ran the startup script that runs ECE.
Problem is it won't run at all, and dump the csv audit log to the network share. Running it manually using the gui works quite well, and does produce a csv file as expected.
The other machines, running a 32b cpu, have no problem doing the same thing scripted. These machines run win2k pro and srv sp4, winxp sp2 and win2k3 sp1.
The commandline in the script is as follows:
"%systemdrive%\program files\ECE\everest.exe" /R "\\servershare\ece_logs\autoreport_$date\$HOSTNAME" /AUDIT /CSV /SAFE /SILENT /NOICONS
[All ECE files are copied beforehand to a local folder on each machine so it should run locally, for maximum speed. And this is from where the script assumes all files are. 8-)]
Any ideas why it won't run scripted on this 64b OS?
TIA.