Jump to content

Temp Klasör'ündekileri Sildirmek


WolfmanTR_
 Share

Recommended Posts

[codebox]

#include <file.au3>
#include <array.au3>

$Debug = 0

Func KlasorBosalt($Klasor)
$TumDosya = _FileListToArray($Klasor, "*", 0)
If $Debug Then MsgBox(0, "", $Klasor)
If IsArray($TumDosya) Then
If $Debug Then
_ArrayDisplay($TumDosya, $Klasor)
EndIf
For $i = 1 To $TumDosya[0]
FileDelete($Klasor & "\" & $TumDosya[$i])
DirRemove($Klasor & "\" & $TumDosya[$i], 1)
Next
EndIf
EndFunc ;==>KlasorBosalt

KlasorBosalt(@HomeDrive & @HomePath & "\Local Settings\Temporary Internet Files\Content.IE5")
KlasorBosalt(@HomeDrive & @HomePath & "\Local Settings\Temporary Internet Files")
;KlasorBosalt (@HomeDrive & @HomePath & "\Cookies")
KlasorBosalt(@HomeDrive & @HomePath & "\Local Settings\History")
KlasorBosalt(@HomeDrive & "\Temp\Temporary Internet Files")
KlasorBosalt(@WindowsDir & "\Temp")
KlasorBosalt(@HomeDrive & @HomePath & "\Recent")
KlasorBosalt(@HomeDrive & @HomePath & "\Application Data\Microsoft\Office\Recent")
KlasorBosalt(@HomeDrive & @HomePath & "\Local Settings\Temp")
MsgBox(64, "Temp Dosyaları Silme Aracı", "Tüm Geçici Dosyalarınız Başarıyla Silinmiştir")[/codebox]

Edited by SimpsoN_Bart
Link to comment
Share on other sites

Temp Dosyaları Silme Aracı v0.1



[center]

[img]http://cdn1.iconfinder.com/data/icons/ecqlipse2/TRASH%20-%20EMPTY.png[/img]


[font=Segoe UI]Temp Dosyaları Silme Aracı v0.1,Temp Klasöründeki geçici ve gereksiz olan dosyaları silmeye yarayan araçtır.[/font][/center]

[center]
[CODE]
http://www.mediafire.com/?j9iw226b6jeqknt
[/CODE][/center]

Edited by wolfman.tr_
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...