Right now, I am closing all the opened windows. I want to write a batch file which will close all the opened files and windows on just double clicking the batch file.
Please guide me for this.
Right now, I am closing all the opened windows. I want to write a
Share
You can use the taskkill command in a batch file to kill a particular process: http://technet.microsoft.com/en-us/library/bb491009