home *** CD-ROM | disk | FTP | other *** search
/ Hráč 1997 February / Hrac_09_1997-02_cd.bin / HRACI / 08 / IS / IS.RAR / FILES.ID < prev    next >
Text File  |  1996-01-25  |  3KB  |  111 lines

  1. ;Identification file for FILE(S) detection, part of INTROSCOPE
  2. ;by Jan Gucik (c) 8, May, 1995
  3. ;Version  1.00 Beta
  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. EXE=Executable file
  10. COM=Executable file
  11. BAT=Batch file
  12. SYS=Device driver
  13. OVL=Overlay file
  14. DLL=Dynamic Library
  15. DRV=Driver 
  16. INI=Init file
  17. CFG=Config file
  18. PIF=Windows Program Info
  19. 386=Windows driver
  20. GRP=Windows PM Group 
  21. SCR=Windows Screen Saver
  22. ;compress
  23. ZIP=PKZIP compress file
  24. ARJ=ARJ compress file
  25. LHA=LHARC compress file
  26. RAR=RAR compress file
  27. ;programming
  28. PAS=Pascal source
  29. C=C File
  30. H=C Header File
  31. CPP=C++ source
  32. BAS=Basic source
  33. ASM=Assembler file
  34. BGI=Borl. grp. interface
  35. TPU=TurboPascal Unit
  36. TPP=TurboPascal Unit
  37. OBJ=Object file
  38. HLP=Help file
  39. INC=Include file
  40. BAK=Backup file
  41. DSK=Desktop file
  42. TMP=Temporary file
  43. ;graphics
  44. BMP=Windows Bitmap
  45. GIF=Compuserve picture
  46. TIF=Picture file
  47. PCX=Painbrush graphics
  48. JPG=JPEG Compress file
  49. ICO=Icon file
  50. ICL=Icon library file
  51. PAL=Graphics Palette
  52. FON=Font file
  53. FNT=Font file
  54. CHR=Font file
  55. TTF=TrueType Font
  56. LBM=Library file
  57. WPG=DrawPerfect file
  58. WMF=Windows Metafile
  59. CGM=Comp. Graph. Metafile
  60. PCD=Kodak Photo CD
  61. ;text
  62. TXT=Text file
  63. WRI=Windows Write file
  64. SAM=Ami Pro text file
  65. WP=Word Prefect text file
  66. 602=Text602 text file
  67. MAT=MAT text file
  68. RTF=Reach text file
  69. EPS=Encapsulated Postscript
  70. PS=Postscript
  71. DIZ=Description file
  72. ID =Definition IS file
  73. TXK=ET Klasik file
  74. ;DB
  75. DBF=DBase file
  76. DB=Paradox file
  77. ;sound and multimedia
  78. MOD=Amiga music mod file
  79. WAV=Wave sound file
  80. VOC=Creative Sound file
  81. MID=MIDI music file
  82. MFF=MIDI file format
  83. AVI=Video clip
  84. FLI=Autodesk Animator clip
  85. FLC=Autodesk 3DStudio clip
  86. ANI=Animation cursor
  87. MPG=Video clip (compress)
  88. ;
  89. ;Let's go deep
  90. ;
  91. ;Not yet implemented !!!
  92. ;
  93. ;STR(X,'S')   => if Header[X..]='S' => true
  94. ;SUB(X,B,'S') => if Header[X]=B => display S
  95. ;NWD(X)       => Read Header[X] like [Decimal word number]
  96. ;NBD(X)          => Read Header[X] like [Decimal byte number]
  97. ;NWH(X)          => Read Header[X] like [Hexadecimal word number]
  98. ;NBH(X)          => Read Header[X] like [Hexadecimal byte number]
  99. ;
  100. [EXE]
  101. Ident=STR(1,MZ);
  102. [BMP]
  103. ;More info about bitmap BMP
  104. Ident=STR(1,BM);
  105. Picture Height=NWD(13);
  106. Picture Length=NWD(17);
  107. Colors numbers=NWD(20,1,2);
  108. Colors numbers=NWD(20,2,16);
  109. Colors numbers=NWD(20,3,256);
  110. Colors numbers=NWD(20,4,32000);
  111. Colors numbers=NWD(20,5,65535);