home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UPCHECK / PCBCHK10.ZIP / QSETUP.DOC < prev    next >
Text File  |  1993-11-01  |  3KB  |  66 lines

  1.                                                               Oct. 30, 1993
  2.                           
  3.                           
  4.                           PCBCheck 1.0 QuickSetup
  5.                                   Jim Dahl
  6.                                         
  7.  
  8.  
  9.  
  10. One of the design goals of PCBCheck was ease-of-setup (as mentioned in
  11. length in the full documentation).  Therefore, I will devote little time
  12. to explanations, histories, or technical workings in this document, rather
  13. this document will provide a true 'quick setup' for PCBCheck.  This
  14. document makes assumptions that the reader is familiar with the basic
  15. functions of upload checkers, so it does not include in-depth descriptions 
  16. of functions and their purposes, rather the full documentation provides 
  17. that information.
  18.  
  19. 1.  Installation
  20.  
  21. Make a directory (I recommend as close to the root directory as possible as
  22. DOS imposes limitations on command lengths, and some of the archiving and
  23. dearchiving commands PCBCheck issues can get pretty long, particularly with
  24. long path names) and put all the PCBCheck files in it.
  25.  
  26.   PCBCHECK.EXE
  27.   SETUP.EXE
  28.   *.PCC
  29.   HACK*.IDX
  30.   PCBCHECK.SCR
  31.   KEYWORDS.PCB
  32.  
  33. Note, PCBCheck should have its own directory!
  34.  
  35. 2.  Batch File
  36.  
  37. PCBTEST.BAT is the batch file PCBoard calls when it wants uploads checked,
  38. it is usually located in your \PCB directory.  Setting it up for PCBCheck is,
  39. again, very simple:
  40.  
  41. @ECHO OFF
  42. D:\PCBCHECK\PCBCHECK.EXE %1 %2 %3 [port]
  43.  
  44. Of course you replace D:\PCBCHECK with the actual path to PCBCHECK.EXE.  The
  45. parameters are fairly simple, it uses them in the same order PCBoard 15.0
  46. delivers them!  It is VERY IMPORTANT that you do not change directories in
  47. the batch file, rather call PCBCheck with a path, as illustrated above.
  48. The optional parameter [port], only for special cases, is explained in the 
  49. documentation.
  50.  
  51. 3.  SETUP program
  52.  
  53. The only thing left is to run the SETUP program.  It is fairly self-
  54. explanatory, though a few items need further explanation.  That explanation
  55. can either be obtained by reading the documentation, or by hitting F1 from
  56. any field (for specific help on that field).  An example is the
  57. Maximum Age of Uploads field.  You would not know, unless you looked at
  58. the help screen or read the full documentation, that it wants the age in 
  59. months, and that 0 disables age checking, etc...  The on-line help should
  60. get you through a quick setup.
  61. Note- certain functions, such as keyword checking, may require you to edit
  62. a keyword list file, etc...  These are optional features, though, nothing
  63. else is required for minimum operation.
  64.  
  65. That's it (in just one page)!
  66.