Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 65090 invoked by uid 500); 12 Jan 2001 22:18:26 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 65073 invoked from network); 12 Jan 2001 22:18:26 -0000 Errors-To: Message-ID: <014b01c07ce5$94a61040$94c0b0d0@roweclan.net> From: "William A. Rowe, Jr." To: References: Subject: Re: cvs commit: httpd-2.0 InstallBin.dsp Makefile.win Date: Fri, 12 Jan 2001 16:18:24 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N From: "Allan Edwards" Sent: Friday, January 12, 2001 3:09 PM > > This is working for you?? On my machines (NT & 2K) xcopy is getting confused > by the forward slash: > > copy docs\cgi-examples\printenv "/Apache2.0\cgi-bin\printenv.pl" > 1 file(s) copied. > xcopy docs\docroot "/Apache2.0\htdocs" /d < c:\Tmp\nma02532. > Invalid number of parameters > > mkdir "/Apache2.0\foo" also fails. Quoted slashed names should work on all Windows platforms. Are you running from command.com or cmd.exe shell? This is a showstopper till we fix it.