home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RATIC22A.ZIP / ratick.cfg < prev    next >
Encoding:
Text File  |  1994-10-15  |  2.9 KB  |  87 lines

  1. unregistered
  2. ; *** indicates new additions to version 2.1.
  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. ; RENTOARCTYPE will rename files from .SDN or whatever extension they have
  31. ; to an extension representing their archive type. (.ZIP .ARJ .LZH or .ARC)
  32. ; RENTOARCTYPE
  33. ;
  34. ; Use KILLTIC to delete all processed tic files. 
  35. ; The default setting will save your tic files.
  36. ; DO NOT use this if you are Hubbing!
  37. ; KILLTIC
  38. ;
  39. ; Use COPYONLY is you are Hubbing.
  40. ; COPYONLY will leave the original files in the inbound directory.
  41. ; Using COPYONLY will insure that the proper files are available for
  42. ; programs such as TICK which will forward .TIC and incoming files to
  43. ; the proper nodes.
  44. ; The default setting will MOVE incoming files to the proper directory,
  45. ; COPYONLY
  46. ;
  47. ; This inbound directory tells RATick where to look for TIC files
  48. ;
  49. INBOUND
  50. c:\ra\tic
  51. ;
  52. ; The area list MUST be in this format...
  53. ;
  54. ; the keyword AREA must be UPPERCASE.
  55. ; the Name of the file echo area goes next.
  56. ; the Number of the file area (in RA) into which this area will be imported.
  57. ; the Full Directory name for files in that area.
  58. ;
  59. ; *** Two additional lines are now optional (but must be used together.)
  60. ; *** ULNAME followed by the upload name you wish to use.
  61. ;
  62. AREA
  63. RAD_UTIL
  64. 2
  65. C:\RA\TEST
  66. ULNAME
  67. Remote Access Utilities
  68. ;
  69. ; *** Wildcards are accepted as valid areanames.
  70. ; In this example, WIN* areaname would match any area beginning with 'WIN'.
  71. ;
  72. AREA
  73. WIN*
  74. 3
  75. D:\Files\Windows
  76. ULNAME
  77. WinNet Distribution
  78. ;
  79. ; *** If wildcard areanames are used in conjunction with the ULBYAREA option,
  80. ; RATICK will use the name listed in the .CFG file with one change. The star
  81. ; will be replaced with a dollar sign. This is due to the filename restrictions
  82. ; of DOS. 
  83. ; Example AREA WIN* will have the uploaded by field filled with WIN$.
  84.