[Wine] Merge 2 or more files to one

Joris Huizer jorishuizer at planet.nl
Fri Jan 27 04:28:56 CST 2006


E.P. wrote:
> Hi,
> 
> I run a batch file from DOS, it need merge 2 files to one, for example:
> copy /b a.txt+b.txt c.txt
> 
> but I got an error message "File not found".
> 
> Can I merge 2 or more files under wine?
> 
> Thanks.
> 
> E.P.
> 

you could use the command 'cat' (check the man page to find how to make
it do the same as copy with the /b flag, I do not know what that one does)

HTH,

Joris



More information about the wine-users mailing list