G:\Sandbox\UserName\DefaultBox\user\current\AppData\Local\Mozilla\Firefox\Profiles\yht3c5v6.default\Cache\D\B5
are not deleted, even when using /s /q.
(access denied or something).
4NT.exe (JPSoft) has an additional /k parameter that is taking care of such issues (so: /s /k /q).
However, /k is missing the default cmd.
Sofar(!) powershell helped me out here.
So, my DeleteSandBox.cmd file reads as follows:
Code: Select all
Powershell.exe cmd /c "RMDIR /s /q G:\Sandbox\<yourname>l\DefaultBox"
exit
Dragged that file to start/startup folder.
Maybe this delete sandbox feature (at startup, or exit) will be implemented in v4.0 ??
=