home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / disk / filelogger-1.31.lha / FileLogger / Filelogger.prefs < prev    next >
Text File  |  1993-12-21  |  3KB  |  65 lines

  1. // This is the configuration file for the FileLogger V1.3 program.
  2. // This file will be used if present in S: directory or the current directory
  3. // (Only in the Registered Version)
  4. // Please read the NOTE and the doc file for more details
  5. // NOTE : Blank lines or anything after a // is ignored
  6. //        *NEVER* change the LEFT HAND SIDE keywords 
  7. //        You can have spaces or tabs around the = sign
  8.  
  9. // Preferences for the user.
  10. // NOTE : All fields should have values of either Y or N
  11. //        but you can change the values they are set to.
  12.  
  13. GUESS_FILETYPE = Y  // Guess filetype when reading files into the log
  14. IGNORE_DUPDISK = N  // Ignore Duplicate Disks
  15. IGNORE_DUPFILE = Y  // Ignore Duplicate Files
  16. PROMPT_DELDISK = Y  // Confirm when deleting disks
  17. PROMPT_DELFILE = Y  // Confirm when deleting files
  18. FLASH_SCREEN   = Y  // Flash Screen on error message
  19. OVERWRITE_FILE = N  // Overwrite file without prompting during a save/print
  20. WBENCH_COLOUR  = N  // Use WorkBench colours instead of program's default
  21.  
  22. // User maintainable file types. (Currently Supported File Types)
  23. // If you do not like the default file type keyword given by the program to
  24. // various types of files, you can change the keyword to whatever you want.
  25. // For eg. PICT is the default keyword given to IFF Pictures. You can set
  26. // this to ILBM if you want.
  27. // NOTE : Only the FIRST 5 characters of the file type keyword will be used.
  28. //        Lowercase file types will be converted to uppercase and used.
  29. //        Do not delete any of these lines.
  30. //        The numbers on the left side are significant. Do not change them.
  31.  
  32. 1 = EXE             // Amiga executable 
  33. 2 = DATA            // Some data file 
  34. 3 = DOC             // Doc file 
  35. 4 = AGDE            // Amiga Guide 
  36. 5 = TEXT            // Some text file 
  37. 6 = OBJ             // Amiga Object file 
  38. 7 = ALIB            // Amiga System library 
  39. 8 = PREF            // Amiga Std. Prefs file 
  40. 9 = DTYP            // Amiga Std. Data Type 
  41. 10 = FONT           // Amiga font 
  42. 11 = CLIB           // C library 
  43. 12 = CHDR           // C Header 
  44. 13 = CPRG           // C Source 
  45. 14 = ASM            // Assembly Source 
  46. 15 = AHDR           // Assembly Header 
  47. 16 = PSCL           // Pascal source 
  48. 17 = AMOS           // AMOS Source 
  49. 18 = ABK            // AMOS bank 
  50. 19 = EMDL           // Amiga E Module 
  51. 20 = PICT           // Amiga IFF Picture 
  52. 21 = ANIM           // Amiga IFF Anim 
  53. 22 = SMPL           // Amiga IFF Sample 
  54. 23 = IFF            // Unknow IFF format file
  55. 24 = GIF            // GIF Picture 
  56. 25 = TIF            // TIF Picture 
  57. 26 = VISTA          // VISTA DEM file 
  58. 27 = SC4D           // Sculpt 4D File 
  59. 28 = PPDAT          // Some PowerPacked Data File 
  60. 29 = LHA            // LHA Archive 
  61. 30 = DMS            // DMS Archive 
  62. 31 = MED            // (Octa)MED song 
  63. 32 = IOBJ           // Imagine Object
  64. 33 = PPAGE          // Professional Page file
  65.