Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!think.com!spool.mu.edu!uunet!mcsun!unido!rwthinf!rwthi3!ricki From: ricki@john.informatik.rwth-aachen.de (Richard Breuer) Newsgroups: comp.os.msdos.programmer Subject: Re: Looking For... Message-ID: Date: 6 May 91 10:15:50 GMT Article-I.D.: rwthi3.ricki.673524950 References: <1991May4.105340.1285@uwasa.fi> <1991May4.152724.26011@midway.uchicago.edu> <1991May5.053002.4970@uwasa.fi> Sender: news@rwthinf.UUCP Lines: 12 ts@uwasa.fi (Timo Salmi) writes: [...] >The /b switch (or omitting it) gives some flexibility. [...] Warning: Be sure to use /b BEFORE the filename list. Otherwise DOS will ignore the switch (this problem costed me an hour of time some months ago). Right: copy /b f1+f2+f3 f4 Wrong: copy f1+f2+f3 f4 /b Ricki.