Difference between revisions of "Windows Scripting"

From PeformIQ Upgrade
Jump to navigation Jump to search
(Created page with '=Some Examplers= =Kill Running Excel Instance== Filename: killexcel.cmd <pre> taskkill /FI "IMAGENAME eq EXCEL.EXE" /F </pre> ==Reboot Windows== category:WinXP [[Categor...')
 
Line 1: Line 1:
=Some Examplers=
=Some Examplers=


=Kill Running Excel Instance==
==Kill Running Excel Instance==


Filename: killexcel.cmd
Filename: killexcel.cmd
Line 10: Line 10:


==Reboot Windows==
==Reboot Windows==
<pre>
</pre>


[[category:WinXP]]
[[category:WinXP]]
[[Category:Examples]]
[[Category:Examples]]

Revision as of 09:36, 28 May 2009

Some Examplers

Kill Running Excel Instance

Filename: killexcel.cmd

taskkill /FI "IMAGENAME eq EXCEL.EXE" /F

Reboot Windows