Difference between revisions of "Windows Scripting"

From PeformIQ Upgrade
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
</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