Suppress 1 file(s) copied.
Posted: 18 Jul 2020 03:18
Can I suppress the `1 file(s) copied.` output from a single line command that prepending the output from another program?
(" echo demo > new.txt &" is only to create file for the demonstration.)
Code: Select all
>echo demo > new.txt & copy /y new.txt demo.* & vol >> demo.txt
1 file(s) copied.