home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_opus / ptic8.arj / PTIC.DOC next >
Text File  |  1991-06-27  |  2KB  |  59 lines

  1.     PTIC
  2.  
  3. PTIC is a pre-processor for TICK or FLEA. In other words, you run it
  4. before you run TICK or FLEA, because TICK and FLEA don't know about
  5. the new file database structure in Opus 1.20, and you still need to
  6. add new file names and descriptions to your file database.
  7.  
  8. PTIC uses the same rules as TIC for finding the TIC.CFG file. First
  9. it looks for the command line switch /C, then for the environment
  10. variable TIC, and then for TIC.CFG in the current directory.
  11.  
  12.     Opus 1.20 update file database from TIC files
  13.        command line switches are:
  14.         /c  TIC configuration file name
  15.         /d  no duplicate file entries
  16.         /s  use sender instead of originator for uploader name
  17.         /q  quiet mode
  18.         /v  verbose gives very detailed output (for debugging)
  19.  
  20. Note: Be sure to comment or delete all the FILES.BBS statements
  21. like ListFmt and ListName from your TIC.CFG file.
  22.  
  23. Since Opus 1.20 allows the system dat files and the user file to be
  24. located in other than the Opus home directory, support has been added
  25. to look up these paths in the Opus prm file.
  26.  
  27. Set up an environment variable labelled OPUS, and specify
  28. the full pathname of the prm file, i.e.
  29. SET OPUS=H:\OP120\BBS.PRM (if your environment space is cramped,
  30. you may leave off the .PRM suffix, the program will add it).
  31. BTW, Doug and I are making the OPUS environment variable
  32. a standard for all the OPUS utilities. If you want the C source,
  33. just ask.
  34.  
  35. If the OPUS environment variable is not set, the program will look
  36. in the current working directory for USER.DAT and SYSMSG.DAT. If
  37. either file is not found, it will then look for BBS.PRM and look
  38. up the paths in there. If none of the above are found, the program
  39. will fail.
  40.  
  41.     John Valentyn 1:114/5@fidonet.org
  42.  
  43.     Revision History:
  44.     =================
  45. Version 6 - March 16, 1991
  46. Fixed problem with processing FLE files.
  47. PTIC will now change a file entry for an area (instead of adding a
  48. new entry) if the area has the LOCAL DUPBYCRC in the cfg file,
  49. or for all areas if it is invoked with the /D command line option.
  50.  
  51. Version 7 - April 12, 1991
  52. Changed the lock and priv setting for adding new files.
  53.  
  54. Version 8 - June 26, 1991
  55. Added more grunged tic file detection.
  56. Changed duplicate file entry handling so that the new entry will
  57. be inserted at the ">" insert point (if defined for the area).
  58.  
  59.