home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1998 April / Freeware-CD.bin / cputst / introsc / iscp!.EXE / FILES.ID < prev    next >
Encoding:
Text File  |  1995-10-30  |  3.5 KB  |  159 lines

  1. ;Identification file for FILE(S) detection, part of INTROSCOPE
  2. ;by Dipl. Ing. Ján Gúcik (c) 10, July, 1995
  3. ;Version  1.00
  4. ;--------------------------------
  5. ;PLEASE, SEND ME INFORMATION ABOUT RESULTS ON YOUR COMPUTER
  6. ;E-mail : jan.gucik@vslib.cz
  7. [FILES]
  8. ;executables and system
  9. 386=Windows 32bit driver
  10. BAT=Batch file
  11. BIN=Binary file
  12. CFG=Config file
  13. COM=Executable file
  14. CPI=Codepage file
  15. DLL=Dynamic Library
  16. DRV=Driver file
  17. EGA=EGA driver
  18. EXE=Executable file
  19. FAX=Fax file
  20. GRP=Windows PM Group 
  21. INI=Init file
  22. MNU=Menu definition
  23. OVL=Overlay file
  24. PIF=Windows Program Info
  25. PRN=Printer driver
  26. SCR=Windows Screen Saver
  27. SYS=Device driver
  28. VGA=VGA driver
  29. EGA=Ega driver
  30. VXD=Windows driver
  31. ;compress
  32. ARC=ARC compress file
  33. ARJ=ARJ compress file
  34. LZH=LHARC compress file
  35. RAR=RAR compress file
  36. ZIP=PKZIP compress file
  37. ZOO=ZOO compress file
  38. ;programming
  39. APP=Application file
  40. ASM=Assembler source
  41. BAK=Backup file
  42. BAS=Basic source
  43. BGI=Borl. grp. interface
  44. C=C source
  45. COB=Cobol source
  46. CPP=C++ source
  47. DSK=Desktop file
  48. ERR=Error message file
  49. GEO=Appication GeoWorks
  50. H=C header
  51. HLP=Help file
  52. INC=Include file
  53. OBJ=Object file
  54. PAS=Pascal source
  55. PRG=Program source file 
  56. TMP=Temporary file
  57. TPU=TurboPascal Unit
  58. TPP=TurboPascal Unit
  59. ;graphics
  60. BMP=Windows Bitmap
  61. CGM=Comp. Graph. Metafile
  62. CHR=Font file
  63. DXF=Drawing Exchange Format
  64. GIF=Compuserve picture
  65. FNT=Font file
  66. FON=Font file
  67. ICL=Icon library file
  68. ICO=Icon file
  69. IMG=Image file
  70. LBM=Library file
  71. JPG=JPEG Compress file
  72. PAL=Graphics Palette
  73. PCD=Kodak Photo CD
  74. PCL=Plotter Communication
  75. PCX=Painbrush graphics
  76. PIC=Graph file 
  77. TIF=Picture file
  78. TTF=TrueType Font
  79. WMF=Windows Metafile
  80. WPG=DrawPerfect file
  81. ;text
  82. 602=Text602 text file
  83. ASC=ASCII text file
  84. DIZ=Description file
  85. EPS=Encapsulated Postscript
  86. ID =Definition IS file
  87. INF=Information file
  88. HPG=Plotter file (HG)
  89. LST=Listing file
  90. MAT=MAT text file
  91. PS=Postscript
  92. RTF=Reach text file
  93. SAM=Ami Pro text file
  94. TXK=ET Klasik file
  95. TXT=Text file
  96. WP=Word Prefect text file
  97. WRI=Windows Write file
  98. ;DB
  99. DB=Paradox file
  100. DBF=DBase file
  101. MPR=Menu (FoxPro)
  102. NDX=Index file
  103. PX=Index file (Paradox)
  104. QPR=Query program (Fox)
  105. XLC=Excel graph
  106. XLM=Excel macro
  107. XLS=Excel Worksheet
  108. ;sound and multimedia
  109. ANI=Animation cursor
  110. AVI=Video clip
  111. FLC=Autodesk 3DStudio clip
  112. FLI=Autodesk Animator clip
  113. MID=MIDI music file
  114. MFF=MIDI file format
  115. MOD=Music mod file
  116. MPG=Video clip (compress)
  117. VOC=Creative Sound file
  118. WAV=Wave sound file
  119. ;
  120. ;Let's go deep
  121. ;
  122. ;Not yet implemented !!!
  123. ;
  124. [FLI]
  125. ;AutoDesk Animator format
  126. ;implemented:JG
  127. Length of file=DR(0,4);
  128. Format ID=HR(4,2);
  129. Number of Frames=DR(6,2);
  130. Screen Width=DR(8,2);
  131. Screen Height=DR(10,2);
  132. Depth of a Pixel=DR(12,2);
  133. Ticks between Frames=DR(16,2);
  134. [GIF]
  135. ;CompuServe Graphics format
  136. ;implemented:JG
  137. GIF Version=SR(3,3);
  138. Screen Width=DR(4,2);
  139. Screen Height=DR(6,2);
  140. Nr. bits of color resolution=BD(8,112,4);PL(1);
  141. Nr bits per pixel in image=BD(8,7,0);PL(1);
  142. Color index of backround=DR(9,1);
  143. [PCX]
  144. ;PaintBrush Graphics format
  145. ;implemented: JG
  146. Manufacturer=CS(0,10,ZSoft);
  147. Version=CS(1,0,2.5 PC PaintBrush);CS(1,2,2.8 with palette info);CS(1,3,2.8 without palette info);CS(1,4,PC PaintBrush for Win);CS(1,5,3.0 and >);
  148. Encoding=CS(2,1,Run length);
  149. Bits per Pixel=DR(3,1);
  150. X min=DR(4,2);
  151. Y min=DR(6,2);
  152. X max=DR(8,2);
  153. Y max=DR(10,2);
  154. Horizontal res. DPI=DR(12,2);
  155. Vertical res. DPI=DR(14,2);
  156. Color planes=DR(65,1);
  157. Bytes per Line=DR(66,2);
  158. Palette Info=CS(68,1,Color/BW);CS(68,2,GrayScale);
  159.