home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / THTCK231.ZIP / UPCHK.DOC < prev    next >
Text File  |  1994-06-20  |  7KB  |  162 lines

  1.                   THT Some of the BEST PPE's in the World
  2.  
  3. I wrote this one for myself since I did not like most of the upload checker
  4.  
  5.   !!!!!!!!!!!! READ the UPCHK.HIS for all changes and additions !!!!!!!!!!
  6.              
  7. ------------------------------------------------------------------------
  8.               <<THT>> Upload Processor by The Master @ <<THT>>
  9.  
  10.                              June 20, 1994
  11.                                  v 1.50
  12.  
  13. This has been tested with PCBoard 15.1  Running under DesqView and 4DOS v 5.0
  14.  
  15.  
  16. If you are not running 4DOS you will have to change the Batch files to suit
  17. youe Need's.!!!! 
  18.  
  19. Well I think I have edited the batch file's and put REM's in where non 4DOS
  20. user's will have to make changes to these file's
  21.  
  22. NOTE if you don't have DELTREE which comes with MSDOS 6.+ & IBM PCDOS 6.3
  23. am not sure about the Novell DOS but I am sure they also have such a command
  24.  
  25. NOTE  Also in the IBM PCDOS 6.3 there is a MOVE.EXE file for moving files
  26. from one place to another am Not sure if the MSDOS or Novell Dos has this
  27. command if not then you will also have to change that!!
  28.  
  29.  
  30. All 4DOS User's make sure you edit the Batch file's and if you are using
  31. a Ram-Drive then use this for the Work drive.!!!!!
  32.  
  33.  ──-- Introduction -───────────────────────────────────────────────────────── 
  34.  
  35.  THT's Upload Processor belongs to Upload Testers/Processors programs. It is 
  36.  able to test incoming files for integrity, test files for date, add BBS ads
  37.  and do many more things.
  38.  
  39.  Features:
  40.  
  41.  ■ It takes ZIPs, Arj's, Lha's .
  42.  ■ Date checking
  43.  ■ Replacing ZIP comment / adding BBS Ads.
  44.  ■ Removing lines like "-=] Passed thru DAMAGE iNC [=-" from FILE_ID.DIZ
  45.  ■ Support's Private Upload's
  46.  ■ Support's Online Testing
  47.  ■ Support's Macro's in the Comment file and the PCBPASS.MSG
  48.  ■ Remove's Blank Lines from FILE_ID.DIZ's
  49.  
  50.  ──-- Installation -──────────────────────────────────────────────────── 
  51.  
  52.  a) Change PCBTEXT entry #575 to "!DRIVE:\PATH\UPCHK.PPE". 
  53.  b) Put UPCHK.CNF file to the same directory as UPCHK.PPE. 
  54.  c) Modify UPCHK.CNF (look at comments inside UPCHK.CNF). 
  55.  d) Modify the UPCHKA.CNF file if you want to change Screens
  56.  e) Modify PCBTEST.BAT:
  57.  
  58. if not exist WORK\PCBFAIL.TXT copy WORK\PCBPASS.TXT
  59. IF EXIST WORK\PCBFAIL.TXT COPY WORK\PCBFAIL.TXT
  60. IF %2 == UPLOAD GOTO END
  61.  
  62.  .... [the contents of the old PCBTEST.BAT] ....
  63.  :end
  64.  
  65.  pcbdrive & pcbdir - drive & directory where located PCBoard.EXE, 
  66.  pcbtemp - PCBoard temporary directory.
  67.  (File Locations\System Files\Location Of Temporary Work Files in
  68.  PCBSETUP).
  69.  
  70. -----------------------------------------------------------------------------
  71. Now that is done, We go on to the Batch files that are used by the PPE!!
  72.  
  73. The first one is called UNZ.BAT this is what unArchives the archive's to your
  74. Work Drive. you will also need the FV.COM Utility for this Batch file, This 
  75. creates a File called FILELIST.ARC this is how I am getting the DATE info.
  76. NEEDED if you are going to be doing DATE Checking.
  77.  
  78. The Second is the VIRUS.BAT this one will check for Virus's and also I use
  79. AntiAd to remove known BBS Ads.
  80.  
  81. The Third is the ADS.BAT this is the one used to add Your Files to the Archive
  82. Whatever they might be.
  83.  
  84. Finally the Forth and last REC.BAT this one Recomments the archives.
  85.  
  86. There maybe some DIRECTORY's that you will need to CREATE for the ADS.BAT
  87. LOOK this file over real WELL before tring to run the PPE.!!!
  88.  
  89. I also use ThunderByte Anti Virus, And this is what is setup in the VIRUS.BAT
  90. file if you use something else then you will have to modify that line.
  91.  
  92. There are 4 Subdirectory's that will need to be created these are called
  93. BAD.DAT for the files that fail the age check, BAD.DIR for file's that fail
  94. the verification test's, BAD.VIR this one is for file's that fail the VIRUS
  95. Checking, and the last one is "- " this is where I store my ad files and the
  96. files are added with the Subdirectory's.
  97.  
  98.  
  99. And since I use the "-" as part of a Subdirectory you will need to tell PKZIP
  100. to change it's default Command interpiter this can be done in the PKZIP.CFG
  101. a sample file is included in this Archive
  102. -------------------------------------------------------------------------------
  103.  
  104. Now there is another File for stripping Lines from the File_id.diz's
  105. this is called UPCHK.RMV, The file is layed out one record per line
  106. and only has to be part of the Line you want Removed, Like this
  107. COURIER  Would REMOVE all line's that has at least this as part of it's 
  108. TEXT "Couriered By Whatever" This whole line would be removed.
  109.  
  110. -------------------------------------------------------------------------------
  111.  
  112. Now the EXCLUDE file this is a list of filename that you don't want to pass 
  113. though the AGE checking, A good example would be the DSZXXXX.ZIP Archives
  114. most of the file's in this archive are OLD, Most are .bat files that never
  115. really needed to be updated.
  116.  
  117.  
  118. -------------------------------------------------------------------------------
  119.  
  120. Date Checking can be done 4 ways AVERAGE Date, More OLDER than NEWER, NEWST,
  121. OLDEST date in the Archive. This should be enough ways to check dates!!
  122.  
  123. I hope so anyway.
  124.  
  125. -------------------------------------------------------------------------------
  126.  
  127. There is an option in the UPCHK.CNF file to ad the Uploaded by and the string
  128. that you would like to use for this , Also there is an option to ad the number 
  129. of files in the Archive and the Newset and Oldest dates, There is only one 
  130. thing about this at this time that is, It will only show the Newset/Oldest
  131. Dates of the Files Checked against the Age Checking, This is Exclude some
  132. files from being Added to this.
  133.  
  134. -------------------------------------------------------------------------------
  135.  
  136. For all the other Options LOOK at the UPCHK.CNF file this will give you a good
  137. Idea of what can be changed!!
  138.  
  139. -------------------------------------------------------------------------------
  140.  
  141. Now the PART none of you want to See Registration!!!!
  142.  
  143. Since Responce to the Last request for Donation's for some of the PPE's 
  144. "THT-MSG" Which I know alot of Sysop's are using!!!!!!!!
  145.  
  146. Has failed rather badly, This one has one of those UNREGISTED PLEASE REGISTER
  147. messages in it, But the program is fully functional no delay's.
  148.  
  149. I will accept a Minimum of $5.00 US in the form of a Money Order or Cash!!
  150. If you care to send more that would also be fine!!
  151.  
  152. If there any Suggestion's or Bug's Found Please Report them to me @ the number
  153. below!!
  154.  
  155. Send to:
  156. Thomas Enstall
  157. 12867 Spanish Pond Rd.
  158. St. Louis, Mo. 63138
  159.  
  160. Board number is 314.355.5371   USR Dual 21.6
  161.  
  162.