On Oct 16, 12:41 pm, "Pegasus \(MVP\)" <I....[ at ]fly.com.oz> wrote:
[Quoted Text] > "Keith" <kst...[ at ]nycap.rr.com> wrote in message > > news:09361ed5-c8ea-4142-8a08-6407f609eb24[ at ]y79g2000hsa.googlegroups.com... > > >I need a script that will tell me how many instances of a process, in > > my case excel.exe, are currently running. I need to call the script > > from our server monitoring app, so a .bat command file should work > > fine. Anyone? > > Easy indeed - standard Command Line stuff: > tasklist | find /i /c "Excel.exe"
Very nice - thanks.
|