Path: utzoo!attcan!uunet!wuarchive!texbell!uudell!hotwheel!stecz From: stecz@hotwheel.dell.com (John Steczkowski) Newsgroups: comp.unix.xenix Subject: Re: doscp problem Message-ID: <3193@uudell.dell.com> Date: 21 Mar 90 13:57:52 GMT References: <459@memqa.uucp> Sender: news@uudell.dell.com Reply-To: stecz@hotwheel.dell.com (John Steczkowski) Organization: Dell Computer Corp. Lines: 22 In article <459@memqa.uucp>, qexal31@memqa.uucp writes: > > Here is my problem, I am running SCO Xenix 2.3.2 with 60 megs for Xenix and > 20 megs for DOS. While under Xenix I am trying to copy several (144) files > from the DOS partition using doscp. Here is the command I use: > doscp c:clips/exe/*.* *.* > --bryan Basically, doscp doesn't support wildcards, but how about: $for x in `dosls b:` >do >doscp b:$x /tmp >done (all on the command line) John Steczkowski Dell Unix Customer Support P#: (512) 343-3571 9505 Arboretum Blvd. !s: uunet!dell!hotwheel!stecz Austin, Texas 78759 @s: stecz@hotwheel.dell.com