Ik wil een batch scriptje maken dat automatisch mijn temp dirs leeggooid.... doe ik het zo goed of kan ik het beter anders doen??
@echo off
@c:
@cd\
@cd windows
@echo j|if exist c:\windows\temp\*.* deltree /y c:\windows\temp\*.* > nul
@cd\
@cd Documents and Settings\Ricardo\Local Settings
@echo j|if exist C:\Documents and Settings\Ricardo\Local Settings\Temp\*.* deltree /y C:\Documents and Settings\Ricardo\Local Settings\Temp\*.* > nul
@echo j|if exist C:\Documents and Settings\Ricardo\Local Settings\Temporary Internet Files\*.* deltree /y C:\Documents and Settings\Ricardo\Local Settings\Temporary Internet Files\*.* > nul
@echo off
@c:
@cd\
@cd windows
@echo j|if exist c:\windows\temp\*.* deltree /y c:\windows\temp\*.* > nul
@cd\
@cd Documents and Settings\Ricardo\Local Settings
@echo j|if exist C:\Documents and Settings\Ricardo\Local Settings\Temp\*.* deltree /y C:\Documents and Settings\Ricardo\Local Settings\Temp\*.* > nul
@echo j|if exist C:\Documents and Settings\Ricardo\Local Settings\Temporary Internet Files\*.* deltree /y C:\Documents and Settings\Ricardo\Local Settings\Temporary Internet Files\*.* > nul
[ Voor 3% gewijzigd door Verwijderd op 30-01-2004 21:09 ]