C:
Results 1 to 8 of 8

Thread: C:

  1. #1
    Join Date
    Aug 2000
    Location
    melbourne
    Posts
    141

    Angry C:

    I have a file in C: call just ~ ,how can I know where does it come from Rocky

  2. #2
    photolady's Avatar
    photolady is offline Lifetime Friend of Site Staff
    Join Date
    Mar 2002
    Location
    At my computer, cruising VDR and watching your back
    Posts
    23,412
    how about right click, choose properties. See if it shows the path it comes from.

  3. #3
    Join Date
    Aug 2002
    Location
    London, England
    Posts
    644
    The Properties sheet will only tell you C: which you know anyway.

    Have a look at the creation & modified dates. Chances are they will be old. You could move the file and leave it moved for say a month. If nothing complains then delete it. It's probably a temp file but it is poor programming to drop it into your root directory.

    Every now and then see if another ~ appears in C: If not then the app that put it there is probably gone. If there is a new ~ then, again, check the dates and then 'home in' on it by removing it and check at more regular intervals. You may be able to establish what is putting it there.

    How big is it? I wouldn't be surprised to hear that it is a zero byte file.

    Will you cause any problems by moving the file? I doubt it. Most programmers will check that a file exists before trying to open it and if critical will then issue an error. If non critical then existence will not be checked but the 'Open file' will be flagged to create a file if not found.

  4. #4
    Join Date
    Jun 2001
    Location
    Albuquerque, NM USA
    Posts
    14,686
    rocky12345--It probably is one of your more recent OE Address Book backup files ( usually .wa~). You can test by clicking on it and using wab from the Open With menu to read it.
    As a result of one of the recent MS patches this backup is now being stored in the wrong place. Some people find it on the Desktop. Seems you are getting it in the C:\ directory. No fix from MS yet.
    See details here
    http://www.windowsbbs.com/showthread...threadid=16820
    Jim
    WIN7 Ultimate SP1 64bit, IE 11, NTFS,
    cable, MS Security Essentials, Windows 7 firewall

  5. #5
    Join Date
    Aug 2000
    Location
    melbourne
    Posts
    141

    mmmmm

    I have deleted the file many times but it keeps coming back,and the size of it is 178kb.the name is just ~


    Rocky

  6. #6
    Join Date
    Aug 2002
    Location
    London, England
    Posts
    644
    Make a copy, rename to ~.txt and load into a text editor. You may see some giveaway alpha/numeric characters.

    Better still, if you can, examine a binary dump. I use TextPad and often look at binary dumps of dlls & exes looking for commands and such. This is a better route as Hex0D & Hex0A will show as 0D & 0A rather than be treated as carriage returns and linefeeds.

    Keep an eye on the file's creation & modified date/time stamps.

  7. #7
    Join Date
    Aug 2002
    Location
    London, England
    Posts
    644
    I haven't had my second coffee yet?

    Rename to ~.txt and attach to your post. I'll download it and examine it. Can you virus check it first?

  8. #8
    Join Date
    Jun 2001
    Location
    Albuquerque, NM USA
    Posts
    14,686
    Good Grief!! Didn't anyone read my first post??
    P.S. If I am correct, the ~ file is not coming back. A new one is being created every time you make a change to your Address Book. Like when you reply to someone in OE and have that person's email address automatically added to the Address Book.
    Jim
    WIN7 Ultimate SP1 64bit, IE 11, NTFS,
    cable, MS Security Essentials, Windows 7 firewall

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •