Clearing temp files

How can we make our software better?

Moderators: Tyler, Scott

Post Reply
SusanS
Observer
Observer
Posts: 3
Joined: Thu Mar 06, 2003 2:03 pm

Clearing temp files

Post by SusanS »

Could PWB be made to clear temp files, just as it clears the cache? Or, am I missing a setting in the .ini file. Currently using 2.03. Love it!!!

Scott
Site Admin
Site Admin
Posts: 2527
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Post by Scott »

Use the shutdown or startup script to delete any folders you need to.

--Scott

Guest

Post by Guest »

We use a solution similar to this:
http://www.spoo.net/pro/pwb-privacy.htm

It mostly involves a simple .bat file for clearing the temp files and using CLearIECache. Set both up as shell buttons, and patrons can control their own privacy level.

ramone_johnny

Post by ramone_johnny »

We use the following configuration within the INI file which points to a .BAT located on the server.

ShutdownScript=\\***.***.***.***\pwb_profiles\internet\removecookies.bat

*removecookies.bat*

@DEL "%USERPROFILE%\COOKIES\INTERNET*.*" /Q

HTH

John

Post Reply