[wellylug] spliting iso

jfouhy at paradise.net.nz jfouhy at paradise.net.nz
Mon Feb 7 11:12:55 NZDT 2005


Quoting "E.Chalaron" <e.chalaron at xtra.co.nz>:

> Now, the crucial question is .... is there an equivalent to "cat" under
> MS ?

If you're using cat to actually concatenate files, then copy will do it.

eg: copy /B part1+part2+part3 final

Or: copy /B part* final

where part* are the bits and final is the joined-up file.

/B apparently means binary files, so it may be unnecessary.  But it's part of
the mantra I remember from the old days...

-- 
John.




More information about the wellylug mailing list