Possible Duplicate:
How can I print a textfile on the command prompt in Windows?
Like in Unix' cat filename ...
Can this be done?
Like in Unix'
| ||||
|
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
In your command prompt, use the "type" command. You can also pipe it through "more" like in Unix.
...or...
| ||||
feedback
|
|
You can
The You can do the same thing like this:
In this case the | |||
|
feedback
|