09-03-2009, 06:08 PM
Hi Yagarules,
In case you really want to do it through your script
Insert following statements at the beginning of your script
and put this statement again at the end of your script which will put the sound ON again
In case you really want to do it through your script
Insert following statements at the beginning of your script
Code:
Set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys(chr(173))
and put this statement again at the end of your script which will put the sound ON again
Code:
WshShell.SendKeys(chr(173))