Flasher

|
Posted: Wed Dec 07, 2011 21:10 Post subject: |
|
|
Тынс:
Code: | With CreateObject("SAPI.SpFileStream")
.Open FileName
.Seek CreateObject("Scripting.FileSystemObject").GetFile(FileName).Size - 2
If .Read(F, 2) = 2 Then
For i = 1 To LenB(F)
Content = Content & Right("00" & Hex(AscB(MidB(F, i, 1))), 2)
Next
End If
.Close
End With |
|
|