Difference between revisions of "Windows Scripting"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) (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...') |
PeterHarding (talk | contribs) |
||
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 10:36, 28 May 2009
Some Examplers
Kill Running Excel Instance
Filename: killexcel.cmd
taskkill /FI "IMAGENAME eq EXCEL.EXE" /F