When you run a vbs script from a bat file, the file is sometimes written to the header output file
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation 1996-2001. Tous droits r‚serv‚s
example: cscript myvbs.vbs file.txt >result.txt
I know that by doing more than +2 in the output file, I can ignore this. However, I would like to know if it can be done differently.
Thank you in advance
source
share