cleare recent files? Thread last updated on 2003-06-08 09:02:06

Posted by member 40601 on 2003-06-08 00:05:45

anyone know how i can do that?

thanks

oh and what does recycle do...

Posted by member 1 on 2003-06-08 00:39:38 link

There is a module that does that...check loose-skrews

oh...and read the docs. >:|

Posted by member 40601 on 2003-06-08 03:02:45 link

okok thanks...
i took a look at a few docs and i thought there were just a manual on how to build your own theme

Posted by member 12343 on 2003-06-08 03:16:55 link

I use 'CleanupPro' avail from Loose-screws etc, so in Step.rc I put : LoadModule "$LitestepDir$cleanuppro.dll" and to use a hotkey to delete I put something like this in Hotkey.rc:
(I've edited the next part due to cut/paste error, should be fine now ;\ )

*Hotkey CTRL+SHIFT X !Confirm "Purge thy bowels? Answer carefully!" "Mass Delete" [!Execute [!CLNIECACHE] [!CLNTEMPDIR] [!CLNRECYCLEBIN] [!CLNRECENTDOCUMENTS] [!CLNTYPEDURLS] [!CLNAUTOCOMLETEPASSWORDS] [!CLNURLHISTORY] [!CLNIECOOKIES] [!CLNGOOGLEBARHISTORY]] !None

Probably a much better way to do it, but this seems to work ;)

Posted by member 111 on 2003-06-08 05:54:53 link

it is possible to execute
cmd /c del /q "$recent$*.*"
That's all :)

Posted by member 40601 on 2003-06-08 09:02:06 link

cool thanks guys :)