Difference between revisions of "Windows Scripting"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
(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 10: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