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...')
 
 
(2 intermediate revisions by the same user not shown)
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>
==Running CScript==
File: installunclink.bat
<pre>
cscript.exe unclink.vbs
</pre>


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

Latest revision as of 09:38, 28 May 2009

Some Examplers

Kill Running Excel Instance

Filename: killexcel.cmd

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

Reboot Windows


Running CScript

File: installunclink.bat

cscript.exe unclink.vbs