domenica 16 marzo 2008

Eliminazione automatica dei file recenti

Per prima cosa, aprite il blocco note e copiate il seguente testo in grassetto tra le virgolette:
"IF "%OS%"=="" GOTO WIN9X
@REM - FIND "Documents And Settings"
FOLDER:
%SYSTEMDRIVE%
CD %USERPROFILE% FOR /D %%F IN (*.*) DO DEL /F/S/Q "%%F FOR /D %%F IN (*.*) DO DEL /F/S/Q "%%F mpostazioni locali FOR /D %%F IN (*.*) DO DEL /F/S/Q "%%F FOR /D %%F IN (*.*) DO DEL /F/S/Q "%%F locali Internet Files DEL /F/S/Q %WINDIR% DEL /F/S/Q %WINDIR% :GOTO END
:WIN9X
REM - WIN9X systems are currently not supported.
:END "

Assegnare al nuovo documento di testo un nome a piacere ed un'estensione
.bat
Inserite infine il file batch nell'Esecuzione Automatica di Windows oppure createvi un collegamento in modo da poter eliminare i file recenti e temporanei quando meglio credete.

Nessun commento: