I have a batch file that turns off sound then opens Outlook via code –
c:\tools\nircmd\nircmdc mutesysvolume 1
"C:\Program Files (x86)\Microsoft Office\OFFICE11\OUTLOOK.EXE"
It does what I want but the command window remains open. When I close Outlook it takes a while (10 seconds) to close the command window. Is there a way to run the two commands above but close the command window while leaving Outlook open? I’m running Win10.
Thanks,
SKK
c:\tools\nircmd\nircmdc mutesysvolume 1
"C:\Program Files (x86)\Microsoft Office\OFFICE11\OUTLOOK.EXE"
It does what I want but the command window remains open. When I close Outlook it takes a while (10 seconds) to close the command window. Is there a way to run the two commands above but close the command window while leaving Outlook open? I’m running Win10.
Thanks,
SKK