Date: Tue, 14 Mar 2000 11:20:34 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Mariano Alvarez =?iso-8859-1?Q?Fern=E1ndez?= cc: djgpp AT delorie DOT com Subject: Re: Scopy 0.2 (beta) In-Reply-To: <200003132044.PAA04338@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 12 Mar 2000, Mariano Alvarez =?iso-8859-1?Q?Fern=E1ndez?= wrote: > SCOPY is a copy utility who takes care of short file names too on W9x. > His main purpose is to serve to migrate your hard disk (using W9x) to a > new big one using this simple procedure: It seems that some special cases aren't handled. For example, the program assumes that any short file name with a numeric tail must have 8 characters in its basename. This is not true for file names like ".emacs" which have an SFN "emacs~1". Also, if numeric tails are disabled, the program might fail for files whose short names don't have numeric tails.