Server Management - Systems Insight Manager
1829115 Members
12820 Online
109986 Solutions
New Discussion

Re: Setting up SIM custom tools

 
santa ana
New Member

Setting up SIM custom tools

We have SIM 6.2 and trying to setup a custom tools to fire a batch file for automatic event handling. I specified c:\batchfile.bat in the Command with parameters field on the Custom Tools GUI. When the task kicks off, it says it was successfully launched the script, but I don't see it running from the third-party application that the script is calling. I manually ran the script and that is working fine. Any idea why or where I should look to make this work?
1 REPLY 1
Shayne Heidemann
Regular Advisor

Re: Setting up SIM custom tools

Guessing a little here, but perhaps pre-pend CMD /C to the batch filename.

CMD /C c:\batfile.bat