home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / tdate120.zip / TRUEDATE.CFG < prev    next >
Text File  |  1993-02-13  |  4KB  |  118 lines

  1. ;
  2. ; TrueDate (Archive "True Date" Stamp Utility) Configuration File
  3. ; ----------------------------------------------------------------------
  4. ;
  5.  
  6. ;
  7. ; Work Directory
  8. ;
  9. ; This directory must be defined.  It is simply a "staging" area when
  10. ; analyzing the contents of an archive, and will be emptied of any
  11. ; temporary files after TrueDate completes.
  12. ;
  13.  
  14. WorkDirectory   c:\tmp
  15.  
  16. ;
  17. ; Logging definitions
  18. ;
  19. ; Log messages are ranked between 1 to 4, where 1 is the most important
  20. ; type of message (usually a fatal error of some sort), and 4 is the
  21. ; most extraneous (an informational message of some sort).  This gives
  22. ; you control over how verbose to make the status log.
  23. ;
  24. ; Each message in the log file is preceded by a special symbol indicating
  25. ; it's level of importance as follows:
  26. ;
  27. ;       LogLevel  Characters That Precede Included Entries
  28. ;
  29. ;           1      !
  30. ;           2      *
  31. ;           3      +
  32. ;           4      :
  33. ;
  34.  
  35. Log                                ; [No]Log - Log process information to log
  36.                                    ; file
  37.  
  38. LogLevel    3                      ; Level of logging where 1 is the most
  39.                                    ; minimal amount of information, and 4 is
  40.                                    ; the most detailed.
  41.  
  42. LogFile c:\bbs\logs\truedate.log   ; Name of the log file (MUST be defined to
  43.                                    ; use the logging feature.)  There is no
  44.                                    ; default.
  45.  
  46. ;
  47. ; Archiver Information
  48. ;
  49. ; The archivers used to analyze compressed files may be defined below.  Each
  50. ; Archiver Definition must be defined in the following order:
  51. ;
  52. ;   ArchiveExtension
  53. ;   ArchiveList
  54. ;   ArchiveListFormat
  55. ;
  56. ; All keywords must be kept together in the above order, with the last
  57. ; keyword being ArchiveListFormat.
  58. ;
  59. ; The following macros can be used in the definitions.  All macros are
  60. ; CASE-SENSATIVE!
  61. ;
  62. ; ArchiveList macros:
  63. ;
  64. ;   %a           : Translates to the name of the archive.
  65. ;
  66. ; ArchiveListFormat macros:
  67. ;
  68. ;   MMM          : 3 letter name of month (Jan, Feb, etc.)
  69. ;   mm           : 2 digit number of the month (1-12)
  70. ;   yy           : Last two digits of the year (00-99)
  71. ;   dd           : Day of the month (1-31)
  72. ;   hh           : Hours in 24 hour format (0-23)
  73. ;   HH           : Hours in 12 hour format (0-12)
  74. ;   ii           : Minutes (0-59)
  75. ;   ss           : Seconds (0-59)
  76. ;   X            : am/pm indicator (A or P)
  77. ;   zzz..zz      : uncompressed size of the file (must have at least 5 z's)
  78. ;   ffffffffffff : name of the file in the archive (must have at least 12 f's)
  79. ;
  80. ; Please note:  Do not use full path names on the archives.  ArcAnal will
  81. ;               search the current directory or PATH variable to find
  82. ;               the archiving program.
  83. ;
  84.  
  85. ArchiveExtension    ZIP
  86. ArchiveList         "unzip -v %a"
  87. ArchiveListFormat   "zzzzzzz                       mm-dd-yy  hh:ii             ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
  88.  
  89. ;ArchiveExtension    ZIP
  90. ;ArchiveList         "pkzip -v %a"
  91. ;ArchiveListFormat   "zzzzzzz                       mm-dd-yy  hh:ii                ffffffffffff"
  92.  
  93. ArchiveExtension    ARJ
  94. ArchiveList         "unarj l %a"
  95. ArchiveListFormat   "ffffffffffff zzzzzzzzzz                  yy-mm-dd hh:ii:ss"
  96.  
  97. ArchiveExtension    ARC
  98. ArchiveList         "arc v %a"
  99. ArchiveListFormat   "ffffffffffff       zzzzzzzz                            dd MMM yy  HH:iiX"
  100.  
  101. ArchiveExtension    LZH
  102. ArchiveList         "lh /o v %a"
  103. ArchiveListFormat   "  zzzzzzzz                yy-mm-dd hh:ii:ss                    ffffffffffff"
  104.  
  105. ArchiveExtension    ZOO
  106. ArchiveList         "zoo -list %a"
  107. ArchiveListFormat   "zzzzzzzz                dd MMM yy hh:ii:ss        ffffffffffff"
  108.  
  109.  
  110. ;
  111. ; Miscellaneous Definitions
  112. ; -------------------------
  113. ;
  114.  
  115. NoQuiet                                 ; [No]Quiet - Prevents output to
  116.                                         ; standard out (the screen, normally)
  117.                                         ; except for the logo.
  118.