Results 1 to 8 of 8

Thread: many file in temp folder

  1. #1

    many file in temp folder

    Notice after some time c:\winnt\temp will fill with many *.fpt *.dbf and *.cdx. Did the DF client clear up the temp file it left behind ? I have some pc that fill with these file up to 400MB.

  2. #2
    many programs create temporary files ...
    Generally, DF clears his temporary files. Therfore I think these temporary files are from other applications and have nothing to do with df.
    The German DC Community : Team Rechenkraft.net - Join now ! Rechenkraft.net

  3. #3
    Senior Member
    Join Date
    Jul 2002
    Location
    Kodiak, Alaska
    Posts
    432
    if you set DFTEMP to a special DF only temp directory.. you'll see just the DF temp files in it.. and if they grow too large - just stop DF and nuke the DF temp directory. Although you might also want to keep mentioning it here, so Howard can find out why you're ending up with so many abandoned DF temp files.. and fix the problem.
    www.thegenomecollective.com
    Borging.. it's not just an addiction. It's...

  4. #4
    Target Butt IronBits's Avatar
    Join Date
    Dec 2001
    Location
    Morrisville, NC
    Posts
    8,619
    I believe it's TMP in the windows world.

    MKDIR D:\distribfold\TEMP
    Then add three lines to foldit.bat.

    Should look like this when done:

    @echo off
    set TMP=D:\distribfold\TEMP
    set TEMP=D:\distribfold\TEMP
    del /q /f D:\distribfold\TEMP\*.*
    :START

    save foldit.bat and then run it.

    replace 'distribfold' with where you put the client working directory.

  5. #5

    Re: many file in temp folder

    Originally posted by happyboy99
    Notice after some time c:\winnt\temp will fill with many *.fpt *.dbf and *.cdx. Did the DF client clear up the temp file it left behind ? I have some pc that fill with these file up to 400MB.
    The client will leave files with these names in your TEMP directory if you exit improperly or it crashes. It is safe to delete them IF the program is not running at the time.
    Howard Feldman

  6. #6
    Senior Member
    Join Date
    Jul 2002
    Location
    Kodiak, Alaska
    Posts
    432
    IronBits - the DFTEMP variable works under windows. I added it to autoexec.bat when Howard mentioned adding it to the client.
    www.thegenomecollective.com
    Borging.. it's not just an addiction. It's...

  7. #7
    thanks for all the advise. I will try adding these line to beginning of foldit.bat and see how it goes.

    @echo off
    del c:\winnt\temp\*.fpt /f /q
    del c:\winnt\temp\*.dbf /f /q
    del c:\winnt\temp\*.cdx /f /q
    :start

  8. #8
    Target Butt IronBits's Avatar
    Join Date
    Dec 2001
    Location
    Morrisville, NC
    Posts
    8,619
    Originally posted by tpdooley
    IronBits - the DFTEMP variable works under windows. I added it to autoexec.bat when Howard mentioned adding it to the client.
    Good to know, thanks!

Posting Permissions

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