>Could someone tell me what "C:\ONGRTLNS.W95" (as in Apple's recent ads)
>means? I can't make any sense out of the name.
>
Congradulations Windows 95. It's a joke regarding Win95's supposed long
file names which appear to be at least part vaporware. Yes, one can have
long file names on a Win95 box but if the file needs to be put on a floppy
it has to be reverted to the old 8x3 format.
--
Christopher G. Hughes.
Peasant Syndrome ©
‰ Web: http://www.teleport.com/~chrish/ ‰
¤ Internet: chr...@teleport.com ¤
--
John Chang
Carnegie Mellon University, School of Computer Science
mail: jrch...@cmu.edu | jrc...@eworld.com | 01jr...@bsuvc.bsu.edu
web: http://bsuvc.bsu.edu/~01jrchang/
>Could someone tell me what "C:\ONGRTLNS.W95" (as in Apple's recent ads)
>means? I can't make any sense out of the name.
Thanks to dy...@fas.harvard.edu who explained the "congratulations.window95".
What is this? Welcome Microsoft, seriously? Not a good sign...
I don't know if you're being serious, but....
It's congratulations windows 95...the point is, IMHO, that w95 hasn't yet
lost it's dos prompt...I guess it could also be congratulating them on
copying something that apple has had for 10 years. There are probably
other implications, but that's all I'v ethought of...any other takers?
--
Ciao-
Ashley
aro...@sas.upenn.edu
http://www.sas.upenn.edu/~aroach/
> Could someone tell me what "C:\ONGRTLNS.W95" (as in Apple's recent ads)
> means? I can't make any sense out of the name.
>
Could it mean "Congratulations Windows95" ?
Barry Lake
"If you're not on the edge you're taking up too much space"
In Seattle where Microsoft is located, Apple had this taunt on the side of the
public busses going through the corporate square. Rather humorous I think.
-------------------------------------------------------------------------------
Duane M. Gran | Luck is the idol | Ball State University | It's a Mac, not
01dm...@bsu.edu | of the idle. | Graphics Lab Assistant | a typewriter.
-------------------------------------------------------------------------------
> Could someone tell me what "C:\ONGRTLNS.W95" (as in Apple's recent ads)
> means? I can't make any sense out of the name.
"Congratulations, Windows 95"
--
Edward Floden + TechRen Enterprises = mailto:tec...@eagle.ais.net
It means Congratulations Windows 95, and is a stab at windows, which at the
very core of things still has a 8.3 character format FAT table (the hidden file
that stores information about files on your system). One of W95's big
"features" was that users can now have long file names. Well it turns out that
is only partially true. While W95 presents long file names you type, it
secretly converts them to 8.3 format names and maintains a table which links
your name to the hidden name. This was done for backward compatability
with old windows and for transporting files to systems that aren't running
w95. So much for progress 'eh?
Scott
--
Scott Lopez C:\ONGRTLNS.W95 Use PGP!
slo...@pepboys.com Support Public Privacy
http://www.pepboys.com/~slopez Finger for Public Encryption Key
(c) 1995 Scott Lopez -- Distribution on Microsoft Network is PROHIBITED!
The joke is poorly based. Long file names aren't vapor. They work, but
of course, only new programs understand them. To maintain
compatibility, the long file names are shortened to 8.3, but the name is
intact to Win95. Just FYI, "Congratulations Windows 95" would be saved
as c:\congra~0
On a floppy you'd see a:\congra~0 when you put it in a DOS machine dir
a: would yield congra~0 Total 1 file. If you went to another Win95
machine it would appear as Congratulations Windows 95 in the a: window.
You would think Apple could find something better to pick on (they're
are better ones in Win95).
Have fun,
Ned
Edward Brekelbaum eb...@andrew.cmu.edu
z003...@bcfreenet.seflin.lib.fl.us
"Windows is watching you."- GRRussell
> One of W95's big
> "features" was that users can now have long file names. Well it turns out that
> is only partially true. While W95 presents long file names you type, it
> secretly converts them to 8.3 format names and maintains a table which links
> your name to the hidden name. This was done for backward compatability
> with old windows and for transporting files to systems that aren't running
> w95. So much for progress 'eh?
What happens when the file containing the table gets corrupted? How do
users find their files, not knowing what the long file name was converted
to?
Bjorn
>> One of W95's big
>> "features" was that users can now have long file names. Well it turns out that
>> is only partially true. While W95 presents long file names you type, it
>> secretly converts them to 8.3 format names and maintains a table which links
>> your name to the hidden name. This was done for backward compatability
>> with old windows and for transporting files to systems that aren't running
>> w95. So much for progress 'eh?
>
>What happens when the file containing the table gets corrupted? How do
>users find their files, not knowing what the long file name was converted
>to?
My but the FUD level is getting thick...
Win95 doesn't "secretly" convert the LFN into a 8.3 format.
It stores LFN in LFN format. What it will do is "create" a
8.3 format name as well to allow old applications to be
able to deal with the various files.
The way Win95 (and WinNT) creates these 8.3 names is by taking
the first six characters of the LFN (minus spaces) and appending
to the end a "~" + number followed by the .extension clipped to
three characters.
So 'This Long File Name.Text' would be converted to 'ThisLo~1.Tex'.
And this is done for the first six files, ie., you'll fine ThisLo~1.Tex,
ThisLo~2.Tex, ... , ThisLo~6.Tex. After which the system will
generate a hash entry and use it instead.
BTW, there is no "table" where this information is kept. Infact,
under VFAT there is only one table to start with--File Allocation
Table (the T in VFAT). And if you hose this table, you don't have
a file system anymore.
Win95's file system's weakness is not the LFN support, but the
very fact that Win95 uses the brain-dead VFAT file system and
all it's limitations.
-- Sang.
*************************************************************
* Sang K. Choe san...@inlink.com *
* http://www.inlink.com/~sangria/index.html *
*************************************************************
> In article <424bir$f...@sol.pepboys.com>, slo...@sol.pepboys.com (Scott J.
> Lopez) wrote:
>
> > One of W95's big
> > "features" was that users can now have long file names. Well it turns
out that
> > is only partially true. While W95 presents long file names you type, it
> > secretly converts them to 8.3 format names and maintains a table which links
> > your name to the hidden name.
> > w95. So much for progress 'eh?
As usual, "patch and pray", peecee H/W and S/W are like kit car except
it's a shopping cart in the kit -- kit cart.
> What happens when the file containing the table gets corrupted? How do
> users find their files, not knowing what the long file name was converted
> to?
C:\ONGRTLNS.W95 ;)
Actually it will be just codes left, like, A2K3TU54.R6P, H8TG223L.B39,
V0Z3SW7M.QE0, ...
It's like the usual peecee technologies mentioned before:
640K RAM extended by patching paging technology -> infinity (of bugs and grief)
2 comm ports patched by switching to and back -> 4 comm ports
4 IRQ's patched by switching to and back -> 8 IRQ's
now...
8.3-letter file names patches by a lookup table -> 100-letter names.
"TAH-DAH! It works!", a MediocreSoft programmer's horraying.
When the table is messed up, hey, what fun! Another job security for those
so-called Weirdos engineers/consultants but actually just peecee janitors.
;) That's how their jobs are secured, they don't like Mac, too perfectly
done and too little work need be done (too lil money to earn).
> Bjorn
Travel, not grumble!
willie* cha...@nmt.edu http://nmt.edu/~changw