Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!attctc!vector!warble!holston!barton From: barton@holston.UUCP (barton) Newsgroups: comp.unix.xenix,comp.unix.i386 Subject: Re: Problem w/doscp command. Possible bug? Summary: Believe it or not, this is an improvement! Keywords: sco xenix doscp help bug Message-ID: <429@holston.UUCP> Date: 16 Jul 89 02:23:44 GMT References: <4341@uhccux.uhcc.hawaii.edu> Organization: Barton A. Fisk & Co. Lines: 31 In article <4341@uhccux.uhcc.hawaii.edu>, bt455s39@uhccux.uhcc.hawaii.edu (Carmen Hardina) writes: > [verbage deleted] > I have 32 files that total 679,296 bytes. I want to copy them to directory > on the DOS partition, so I execute the following command. > > # doscp *.MAC c:/egamac > > It begins copying all the files in the current directory with the MAC extension > after the 14th file (a total of 268,416 bytes) and displays this error. > > doscp: no memory for buffers Yes this is an improvement, the doscp I have will not allow wild cards at all!! However, this is easily worked around with a simple shell script such as : for i in `ls *.MAC` do doscp $i c:/macdir done & -- Barton A. Fisk | UUCP: {attctc,texbell,vector}!warble!holston!barton PO Box 1781 | DOMAIN: barton@holston Lake Charles, La. 70602 | ---------------------------------------- 318-439-5984 | +++++ "Hal, open the pod bay doors" --- Dave