Mail Archives: djgpp/2000/03/14/05:57:24
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.
- Raw text -