Xref: utzoo comp.os.msdos.misc:656 comp.os.msdos.programmer:2104 Path: utzoo!attcan!uunet!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!TCS@router.jhuapl.edu From: tcs@router.jhuapl.edu Newsgroups: comp.os.msdos.misc,comp.os.msdos.programmer Subject: Re: xcopy /s fails Message-ID: <0093FFFD.DCAE84E0@router.jhuapl.edu> Date: 20 Nov 90 19:38:57 GMT References: <90324.035212TOMIII@MTUS5.BITNET> Sender: news@aplcen.apl.jhu.edu (USENET News System) Reply-To: tcs@router.jhuapl.edu Organization: Johns Hopkins University/APL Lines: 26 In article <90324.035212TOMIII@MTUS5.BITNET>, TOMIII@MTUS5.BITNET (Thomas Dwyer III) writes: >Suppose you have the following directory tree: > > \---+---DIR1---+---DIR2 > | | > | +---DIR3 > | > +---DIR4 > > > >DIR2 and DIR3 have their R/O bits set. Why does XCOPY fail to recurse with >the command line "XCOPY \DIR1 \DIR4 /S" ? > > >Thanks, >Thomas Dwyer III Email: tomiii@mtu.edu >Network Programmer tomiii@mtus5.BITNET >Computing Technology Services Voice: (906) 487-2110 >Michigan Technological University Fax: (906) 487-2787 What do you get? I think what's happening is XCopy is "XCopy ". You can do an XCopy \ and it should work. Carl Schelin tcs@router.jhuapl.edu