Hi,
I've created a batch file to export some AD users. It has the following lines:
c:
cd "Program Files\Hyena"
stexport.exe /CONFIG=AD_Users_Lt.INI
This runs fine if I call it from a command line, but if I schedule it, it just seems to do nothing and the job just shows as "Running" from the Scheduled Tasks window.
Any ideas what could be causing this?
I've created a batch file to export some AD users. It has the following lines:
c:
cd "Program Files\Hyena"
stexport.exe /CONFIG=AD_Users_Lt.INI
This runs fine if I call it from a command line, but if I schedule it, it just seems to do nothing and the job just shows as "Running" from the Scheduled Tasks window.
Any ideas what could be causing this?
Comment