Type Windows

[Solved] Type Windows | Whatever - Code Explorer | yomemimo.com
Question : type windows

Answered by : armando-flores

Just use type command in Windows as follows:
C:\>echo hi > a.txt
C:\>echo bye > b.txt
C:\>type a.txt b.txt > c.txt
C:\>type c.txt

Source : | Last Update : Sat, 24 Oct 20

Answers related to type windows

Code Explorer Popular Question For Whatever