- May
- 13,160
- 180
Is there any way to get rid if this message from Cscript.exe?
Cscript has this option
but that suppresses all output.
Code:
v:\> cscript //nologo services3.btm:GetInfo.vbs | head /n4
Appinfo
6092
Application Information
20191031225719.238579-240
v:\services3.btm:GetInfo.vbs(6, 2) (null): The pipe is being closed.
Cscript has this option
Code:
//B Batch mode: Suppresses script errors and prompts from displaying
but that suppresses all output.