home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mailers / ratic20b.zip / RATICK.CFG < prev    next >
Text File  |  1993-06-13  |  2KB  |  68 lines

  1. unregistered
  2. ; *** indicates new additions to version 2.0.
  3. : $   indicates registered only feature.
  4. ;
  5. ; *** ULBYAREA will use the File area areaname as the uploader. 
  6. ; Without this option the upload by field is filled with RATICK.
  7. ULBYAREA
  8. ;
  9. ; $ REPLACEALL, NOLOG and USEDIZ are REGISTERED ONLY features:
  10. ; $ REPLACEALL will ask RAFILE to search ALL directories for Replacement files.
  11. ;            The default setting asks RAFILE to replace only in the same area
  12. ;            that was imported to.
  13. ; Without Registration, RATICK will ignore the replaces line in *.TIC files.
  14. REPLACEALL
  15. ; $ NOLOG will turn off RATICK logging. (Registered only feature.)
  16. ; NOLOG
  17. ;
  18. ; $ *** USEDIZ will tell RATICK to look for *.DIZ and *.SDI files in the
  19. ;   archive begin imported. If the file is present and this flag is used,
  20. ;   the DIZ or SDI file will be imported as the description instead of the
  21. ;   description included in the TIC file.
  22. USEDIZ
  23. ;
  24. ; STAMPDATE will change the date of the incoming file to 
  25. ; the current system date. This insures that files added by RAFILE will showup
  26. ; in the NEW file scan. Comment out STAMPTIME if you want to keep the original
  27. ; file date.
  28. STAMPDATE
  29. ;
  30. ;
  31. ; Use KILLTIC to delete all processed tic files. 
  32. ; The default setting will save your tic files.
  33. ; KILLTIC
  34. ;
  35. ; This inbound directory tells RATick where to look for TIC files
  36. ;
  37. INBOUND
  38. c:\ra\tic
  39. ;
  40. ; The area list MUST be in this format...
  41. ;
  42. ; the keyword AREA must be UPPERCASE.
  43. ; the Name of the file echo area goes next.
  44. ; the Number of the file area (in RA) into which this area will be imported.
  45. ; the Full Directory name for files in that area.
  46. ;
  47. AREA
  48. RAD_UTIL
  49. 2
  50. C:\RA\TEST
  51. ;
  52. ; *** Wildcards are accepted as valid areanames.
  53. ; In this example, WIN* areaname would match any area beginning with 'WIN'.
  54. ;
  55. AREA
  56. WIN*
  57. 3
  58. D:\Files\Windows
  59. ;
  60. ; *** If wildcard areanames are used in conjunction with the ULBYAREA option,
  61. ; RATICK will use the name listed in the .CFG file with one change. The star
  62. ; will be replaced with a dollar sign. This is due to the filename restrictions
  63. ; of DOS. 
  64. ; Example AREA WIN* will have the uploaded by field filled with WIN$.
  65.