What is the tilde for?

Here you can find everything you need to know about Dll-Files. You can also share your knowledge regarding the topic.

Moderators: DllAdmin, DLLADMIN ONLY

Post Reply
laurel
Posts: 8
Joined: 20 Oct 2009, 23:00

What is the tilde for?

Post by laurel »

In various MS articles the user is advised to rename clbcatq.dll to
~clbcatq.dll. The importance of the tilde is stressed. What is the purpose
of the tilde? If I search Goolge for "~clbcatq.dll" the only hits I get are
without the tilde. (What's with Google and quotes???).

After I performed the steps that followed this rename step, I find that
clbcatq.dll no longer has the tilde.

Can someone explain what's going on?

TIA
LAS

lem
Posts: 12
Joined: 03 Apr 2009, 23:00

Re: What is the tilde for?

Post by lem »

Laurel wrote:
> In various MS articles the user is advised to rename clbcatq.dll to
> ~clbcatq.dll. The importance of the tilde is stressed. What is the purpose
> of the tilde? If I search Goolge for "~clbcatq.dll" the only hits I get are
> without the tilde. (What's with Google and quotes???).
>
> After I performed the steps that followed this rename step, I find that
> clbcatq.dll no longer has the tilde.
>
> Can someone explain what's going on?
>
> TIA
> LAS
>
>

The tilde character means different things in different contexts. For
example, when you open a document in Microsoft Word, a temporary file is
created in which the first two characters of the document's name are
replaced with ~$.

You didn't say where you saw this, but it sounds similar to the
following http://support.microsoft.com/kb/246499

Although that KB article applies to Win 2000, it includes the following
text, which may well be the same for whatever situation you have:

<QUOTE>
At the beginning of setup, Windows 2000 generates a file named
~clbcatq.dll. The existence of this file signals that COM+ setup has not
been successfully completed. When COM+ setup completes successfully, it
deletes the ~clbcatq.dll file.

Check whether the ~clbcatq.dll file is present in your %windir%\system32
folder. If so, then it's likely that something failed during COM+ setup.
</QUOTE>

In this case, the setup routine looks for and deletes the file when
setup completes normally. So your articles likely have something to do
with re-running some similar setup routine.

--
Lem

Apollo 11 - 40 years ago:
http://www.nasa.gov/mission_pages/apoll ... index.html

laurel
Posts: 8
Joined: 20 Oct 2009, 23:00

Re: What is the tilde for?

Post by laurel »

Ah. Thanks. The absence of the tilde file suggests that my re-creation of
the COM+ catalogue worked. And, in general, now I understand a bit about
the tilde.

"Lem" <lemp40@unknownhost> wrote in message
news:eLfic2zUKHA.1372@TK2MSFTNGP02.phx.gbl...
> Laurel wrote:
>> In various MS articles the user is advised to rename clbcatq.dll to
>> ~clbcatq.dll. The importance of the tilde is stressed. What is the
>> purpose of the tilde? If I search Goolge for "~clbcatq.dll" the only
>> hits I get are without the tilde. (What's with Google and quotes???).
>>
>> After I performed the steps that followed this rename step, I find that
>> clbcatq.dll no longer has the tilde.
>>
>> Can someone explain what's going on?
>>
>> TIA
>> LAS
>
> The tilde character means different things in different contexts. For
> example, when you open a document in Microsoft Word, a temporary file is
> created in which the first two characters of the document's name are
> replaced with ~$.
>
> You didn't say where you saw this, but it sounds similar to the following
> http://support.microsoft.com/kb/246499
>
> Although that KB article applies to Win 2000, it includes the following
> text, which may well be the same for whatever situation you have:
>
> <QUOTE>
> At the beginning of setup, Windows 2000 generates a file named
> ~clbcatq.dll. The existence of this file signals that COM+ setup has not
> been successfully completed. When COM+ setup completes successfully, it
> deletes the ~clbcatq.dll file.
>
> Check whether the ~clbcatq.dll file is present in your %windir%\system32
> folder. If so, then it's likely that something failed during COM+ setup.
> </QUOTE>
>
> In this case, the setup routine looks for and deletes the file when setup
> completes normally. So your articles likely have something to do with
> re-running some similar setup routine.
>
> --
> Lem
>
> Apollo 11 - 40 years ago:
> http://www.nasa.gov/mission_pages/apoll ... index.html

pa bear [ms mvp]
Posts: 117
Joined: 01 Mar 2009, 00:00

Re: What is the tilde for?

Post by pa bear [ms mvp] »

Who knows?
--
~PA?

Post Reply