comp.lang.ada
 help / color / mirror / Atom feed
From: tmoran@acm.org
Subject: Re: Long name to short name conversion
Date: Tue, 21 Jan 2003 06:11:13 GMT
Date: 2003-01-21T06:11:13+00:00	[thread overview]
Message-ID: <5w5X9.76157$1q3.11872@sccrnsc01> (raw)
In-Reply-To: 40907d23.0301201909.7bb5c8da@posting.google.com

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1015 bytes --]

> I have an installation CD. All files/directories inside the CD are of
> short names (8.3). It also has install batch file, which installs some
> files into system. Unfortunately, the batch file is written in such a
> way that, it looks for a specific file whose path is of long names.
  So the install batch file was not written to work with this CD, right?
Can you find an install file that *is* intended to work with the CD?

> xcopy /T /E. But how to re-convert to long names�. Any ideas??
  In general, there's no way to know which of
this is a long name
this is a longer name
was converted to which of
thisis~1
thisis~2
Is there something internal to the CD files that would tell the name (for
instance, are they Ada source files and you could run gnatchop on them)?
Or are there no *~2 files, so the first six characters are unique and you
could manually match the 8.3 names against the names expected by the bat
file?  If so, you could modify the bat file (since you can't change the
names on the CD).



      reply	other threads:[~2003-01-21  6:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-21  3:09 Long name to short name conversion Kiran Kumar
2003-01-21  6:11 ` tmoran [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox