l flipboi l Posted December 16, 2011 Report Share Posted December 16, 2011 Hello! I'm looking for an equivalent windows command of cat filename | program Can someone help me out with this? Quote Link to comment Share on other sites More sharing options...
Irene Posted December 16, 2011 Report Share Posted December 16, 2011 Does this help:http://en.wikipedia.org/wiki/Cat_%28Unix%29 Other operating systems The equivalent command in the VMS, CP/M, DOS, OS/2, and Microsoft Windows operating system command shells is type.Note: To combine multiple files together in DOS/Windows you can use the "copy /b" command:Example: copy /b file1.txt + file2.txt file3.txt This copies file1.txt and file2.txt in binary mode together in one file, file3.txt. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.