Search found 1 match

by devdotme
2022-Oct-25, 3:31 pm
Forum: Windows CMD Shell
Topic: Piping to text files for most of CMD commands
Replies: 1
Views: 1805

Piping to text files for most of CMD commands

I am not seeing piping in the examples of commands covered, to save one's posterior. I could be wrong and that it is somewhere.

Example:

dir *.* > dirlist.txt

ipconfig /all > ipconfigdate.txt
notepad ipconfigdate.txt