1.

Solve : How to Write a Batch file that Closes an Application or File?

Answer»

Hello all,

I am trying to WRITE a batch file that WOULD close access 2003. HOPEFULLY a specific mdb file but if not I will close the wole APPLICATION. Any help is greatly appreciated.
tasklist | findstr program.exe && taskkill /im program.exe

Replace program.exe with the running NAME of Access 2003.



Discussion

No Comment Found