|
Technology Forums: FTA, Satellite, Cable, Home Media, Hardware & Computers
|
|
|
|
||||||
| Register | Members List | Search | Search | Today's Posts | Mark Forums Read |
| Cable TV Chat Discuss all aspects of the cable tv world |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) |
|
Junior Member
Join Date: Mar 2007
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
|
programmed one card titanium two ntl, went to programme second card found would not work ended up with this error problem in explorer Open File
Const FileFilter = "All Eprom Files (*.bin, *.bn10)|*.bin;*.bn10;|Bin Files (*.bin)|*.bin|BN10 Files (*.bn10)|*.bn10" FileName = Fs.FileOpenDialog(FileFilter, "Please select a valid bin file", "titanium_eep10.bin.bn10") If FileName <> "" Then ' Check if the file exists If Fs.FileExists(FileName) = 0 Then Sc.MsgBox("The file does not exist") Else InFile = Fs.FileOpen(FileName, fsoOpenRead) End If End if ' seek to end of file to get size FileSize = Fs.FileSeek(InFile, 0, fsoSEEK_END) Sc.Print "The file size is " & FileSize & vbCr & vbCr ' Reposition to begining of file call Fs.FileSeek(InFile, 0, fsoSEEK_SET) ' check filesize if FileSize <> 8192 then Sc.MsgBox("The file has a wrong size (ROM10 eeprom = 8192 bytes).") Fs.FileClose(InFile) exit sub end if Any idea what I could be doing wrong as I am new to this, any help would be appreciated or any run through guide Thanks ![]() |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| belkin wireless network problem | pollitt | Wireless | 6 | 12-04-08 03:47 PM |
| ntl card | timetrex | Cable TV Chat | 2 | 13-02-07 10:45 AM |
| satellite cards and programming them | paulimo | Introduce yourself | 2 | 01-01-07 08:21 PM |
| Nokia 3650 problem | sufi | Mobile Phones | 2 | 05-02-06 08:18 AM |
| Fried My Graphics card | flywheel | PC Hardware | 1 | 01-02-06 09:27 PM |