home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-05-14 | 3.3 KB | 108 lines |
- [FmView]
- ; Comment the following line in if you want to view WinWord 6 documents
- ; without using the OLE2 libraries. Note that the file will not necessarily
- ; be viewable if it is fragmented.
-
- ;ScanCompound=1
-
-
- ; **** Extended Formats ****
- ; This section describes additional file formats. The max entry must be greater
- ; or equal to the last key value.
- ; Each line has the following structure:
- ; key=description,extension,minimum_filesize,magic_offset,magic_in_hex,filter_dll
- ; If you want to develop your own filter dll contact me for the API documentation
-
- [XQDLLs]
- max=28
- 1=CIS Mail,msg,0,0,5649533030301A,fmvcis.dll
- 2=CAB archive,cab,0,0,4D5343460000,fmvcab.dll
- 3=MS Access Data Base,mdb,,,,fmvodbc.dll
- 4=dBase Data Base,dbf,,,,fmvodbc.dll
- 5=Paradox Data Base,db,,,,fmvodbc.dll
- ; FoxPro looks like dBase, but list it anyway
- ;6=FoxPro Data Base,dbf,,,,fmvodbc.dll
- ; If you want to view Excel 3 files then comment the following line in.
- ;7=Excel 3,xls,0,0,09020600,fmvxls.dll
- ;8=MS Works,wps,0,0,01FE0148,fmvwps.dll
- 8=MS Works,wps,0,0,01FE,fmvwps.dll
- 9=MS Works for DOS,wps,0,0,01FE010C,fmvwps.dll
- ; TKB only
- 10=TKB Registration,dll,0,0,0FD938A7,fmvtrg.dll
- 11=Ami Pro Document,sam,0,0,5b7665725d0d0a09340d0a5b7374795d,fmvsam.dll
- 12=Sidekick Data Base,sdb,0,0,595759325858,fmvsdb.dll
- ;13=MS Works,wps,0,0,01FE55,fmvwps.dll
- 14=Rich Text Format,rtf,0,0,7B5C727466,fmvrtf.dll
- 15=Word Perfect Graphics,wpg,0,0,FF57504310000000,fmvwpg.dll
- 16=Word Perfect Document,doc,0,0,FF575043,fmvwpd.dll
- 17=Lotus 123,wk4,0,0,00001a00,fmvwks.dll
- 18=Lotus 123,wks,0,0,000002000404,fmvwks.dll
- 19=CIM Keyfile,db,0,0,43494d204b455946494c451a,
- ;20=HTML Document,htm,0,0,3c68746d6c3e,fmvhtml.dll
- 20=HTML Document,htm,,,,fmvhtml.dll
-
-
- ; **** OLE2 ****
- ; This section describes additional OLE2 storage file formats.
- ; Each line has the following structure:
- ; OLE2_class_id=filter_dll,description
- ; The filter_dll can also be an integer in which case a fmvole.dll
- ; internal filter will be used.
-
- [OLE2]
- {00020900-0000-0000-C000-000000000046}=1,WinWord 6 Document
- {00020810-0000-0000-C000-000000000046}=fmvxls.dll,Excel 5
- {00021302-0000-0000-C000-000000000046}=fmvwps.dll,MS Works 3
-
- ; **** ODBC ****
- ; This section describes which ODBC database formats will be recognized.
- ; It is read by fmvodbc.dll.
- ; Each line has the following structure:
- ; extension=multiple_tables_per_file,sections
- ; All sections will be tried in the order they appear.
-
- [ODBC]
- mdb=1,ODBC_Access_2,ODBC_Access
- dbf=0,ODBC_dBase,ODBC_FoxPro
- db=0,ODBC_Paradox
-
- ; These ODBC sections are a snap shot of the section that will be put
- ; as a data source into the odbc.ini. A question mark indicates where
- ; FmView should put the file name that is to be viewed.
- ; You can add any other database format that supports ODBC but don't forget
- ; to update the [ODBC] and [XQDLLs] sections as well
-
- [ODBC_Access_2]
- Driver=ODBCJT16.DLL
- DBQ=?
- DefaultDir=
- FIL=Microsoft Access
- JetIniPath=msacc20.ini
- UID=Admin
-
- [ODBC_Access]
- Driver=simba.dll
- FileType=RedISAM
- DataDirectory=?
- SingleUser=False
- UseSystemDB=False
-
- [ODBC_dBase]
- Driver=simba.dll
- FileType=dBase4
- DataDirectory=?
- SingleUser=False
-
- [ODBC_FoxPro]
- Driver=simba.dll
- FileType=FoxPro 2.5
- DataDirectory=?
- SingleUser=False
-
- [ODBC_Paradox]
- Driver=simba.dll
- FileType=Paradox
- DataDirectory=?
- SingleUser=False
-
-