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.
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