home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / RA / RATIC20F.ZIP / RATICK.CFG < prev    next >
Text File  |  1993-08-08  |  3KB  |  77 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. ; DO NOT use this if you are Hubbing!
  34. ; KILLTIC
  35. ;
  36. ; Use COPYONLY is you are Hubbing.
  37. ; COPYONLY will leave the original files in the inbound directory.
  38. ; Using COPYONLY will insure that the proper files are available for
  39. ; programs such as TICK which will forward .TIC and incoming files to
  40. ; the proper nodes.
  41. ; The default setting will MOVE incoming files to the proper directory,
  42. ; COPYONLY
  43. ;
  44. ; This inbound directory tells RATick where to look for TIC files
  45. ;
  46. INBOUND
  47. c:\ra\tic
  48. ;
  49. ; The area list MUST be in this format...
  50. ;
  51. ; the keyword AREA must be UPPERCASE.
  52. ; the Name of the file echo area goes next.
  53. ; the Number of the file area (in RA) into which this area will be imported.
  54. ; the Full Directory name for files in that area.
  55. ;
  56. AREA
  57. RAD_UTIL
  58. 2
  59. C:\RA\TEST
  60. ;
  61. ; *** Wildcards are accepted as valid areanames.
  62. ; In this example, WIN* areaname would match any area beginning with 'WIN'.
  63. ;
  64. AREA
  65. WIN*
  66. 3
  67. D:\Files\Windows
  68. ;
  69. ; *** If wildcard areanames are used in conjunction with the ULBYAREA option,
  70. ; RATICK will use the name listed in the .CFG file with one change. The star
  71. ; will be replaced with a dollar sign. This is due to the filename restrictions
  72. ; of DOS. 
  73. ; Example AREA WIN* will have the uploaded by field filled with WIN$.
  74.