home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / THTCK140.ZIP / UPCHK.HIS < prev    next >
Text File  |  1994-06-18  |  6KB  |  163 lines

  1. v 1.40    06-18-94
  2. ----------------------
  3. Changed the REC.BAT since the Macro's where installed I no longer need to 
  4. do all that IF Exist stuff now there is just one line.
  5.  
  6. Also the file DIZ.%PCBNODE% is being deleted at the end of the PPE now
  7. so these files will no longer show up after the PPE run's.
  8.  
  9. Added macro's to the Comment's below is a list that can be used!
  10. New file called UPCHK.MCR
  11.  
  12. No .cnf file changes from v 1.30
  13.  
  14.     THT-UP-CHECK is able to translate Macros in a textfile.
  15.  
  16.      Example: D:\UPCHK.CMT  -->  D:\UPCHK.CM%PCBNODE%
  17.      
  18.  
  19.      Available Macros for this:
  20.  
  21.       |fn  : Filename ...
  22.       |un  : Upload Node (Enviroment PCBNODE)
  23.       |ut  : Upload Time
  24.       |ud  : Upload Date
  25.       |fs  : File Size
  26.       |us  : Uncompressed Size
  27.       |cr  : Compression Ratio
  28.       |#f  : Number of Files within Archive
  29.       |nf  : Newest File within Archive
  30.       |of  : Oldest File within Archive
  31.       |vs  : THT-UP-CHECK Version Number
  32.       |dz  : Contents of File_id.diz
  33.  
  34.  
  35.      Example:
  36.  
  37.       ▌|fn was uploaded on |ud at |ut to Node |un
  38.       ▌Oldest File: |of, Newest File: |nf
  39.       ▌Via THT-UP-CHECK |vs (c) 1994 THT
  40.  
  41.      would be:
  42.  
  43.       ▌FILENAME.ZIP was uploaded on 01/28/94 at 12:23 to Node 3
  44.       ▌Oldest File: 12.24.93, Newest File: 01.27.94
  45.       ▌Via THT-UP-CHECK v1.30 (c) 1994 THT
  46.  
  47.  
  48.  
  49. v 1.30     06-17-94
  50. ----------------------
  51. Well it seems I have been around 4DOS to long, Forgot that regular
  52. DOS has no GOSUB in there BATCH file's, I think the NEW BATCH file's
  53. should work now for the DOS user's.
  54.  
  55. BUG FIX!! There was a problem with turning the ADD Uploaded by OFF
  56. it would still be put in. FIXED,  ( THE KEEPER )
  57.  
  58. Adding the Number of file and the newest and oldest would not show if 
  59. DATE Checking was turned OFF. FIXED,  ( THE KEEPER )
  60.  
  61.  
  62. Added ERROR Loging now if a file fail's the filename reason for the failure
  63. and the USER's Name will be writen to a UPCHK%PCBNODE%.ERR File
  64. each node has it's own ERROR file, There is also a file called ERROR.MSG
  65. this is where the text comes from for the kinda error it was.
  66.  
  67. File_id.diz's are now strip'd of all @X codes before they are checked
  68. against the UPCHK.RMV file for unwanted lines and all BLANK lines are
  69. being Removed from these before they get to the Board, This will help
  70. in the cases of 20 or so blank lines in a .DIZ and for those of you
  71. that have found those FILE_ID.DIZ's with the @CLS@ at the begining of
  72. another Board's Ad.
  73.  
  74. Changed the Way the PPE looks at the PCBoard's TEMP Directory, This 
  75. should help with those Boards that are not using the STOCK WORK
  76. Directory under PCB Now it will find this SUB no matter where it is.
  77.  
  78. Cleaned up the BATCH files some more for the DOS users since I run
  79. 4DOS I didn't know exacly what was needed at first but now this
  80. should work under DOS you will still have to look at all PATH's
  81. and determin the best setup for your Board!
  82.  
  83. Added a new .cnf file for location's of every Item on the Screen
  84. now you will be able to Make your own Screens and place the data
  85. where ever you would like, FileName UPCHKA.CNF
  86.  
  87. Found a BUG in the FILEINF(filename,8), If the Subdirectory is not
  88. At Least 7 character long the extention of the file will be a blank.
  89. This is a problem with PCBoard or the PPLC compiler, Not with the PPE.
  90.  
  91.  
  92. v 1.20  06-13-94
  93. ----------------------
  94. Added Support for the ULBY.DAT file that has been used by DIZ2PCB &
  95. ZIPZAP, This ppe will now Read this file and change the uploader's
  96. Name to whatever is in it, If this option is not used or the file
  97. don't exist the User's Name will be used!!
  98.  
  99. Added Message Support to the PPE, No if a file fails any of the Test's
  100. a message can be sent to the user, Stating the reason for the failure
  101. the FILENAME will be the Subject, And there are three files that contain
  102. the message TEXT these are, FAILED.VRF for failing the Verification
  103. test's, FAILED.AGE for when a file fails the AGE tests, FAILED.VIR
  104. for when a file fails the VIRUS TESTING...
  105.  
  106.  
  107. Now the PPE can read Differrent .cnf files for each Conference if you
  108. so desire, This would be in the format of "UPCHK1.CNF" For conference 1
  109. and so on, This gives you the ability to have differrent age limit's
  110. for Conference's, If a Conference specific file does not exist then the
  111. normal "UPCHK.CNF" File is Used.
  112.  
  113. Added the Mode that it is running under either TEST for online test
  114. mode or Upload for upload's.
  115.  
  116. Added OnLine Testing of Archives, For this to Work you must use the 
  117. TEST574.PPE in the cmd.lst as a Command called TEST this will override the
  118. PCBoard's Internal TEST command and ask for the filename to test.
  119. This ppe will also add the Default extention in PCBSETUP to the end of the input
  120. if none is there. Then it will run the UPCHK.PPE in Test Mode.
  121. Which will only test the Archive and do nothing more.
  122. UPCHK.PPE reads the MASTER DLPATH LIST file that is setup in PCBSETUP
  123. Make sure that you have one of these setup before this ppe will be able
  124. to do Online test's.
  125.  
  126.  
  127. v 1.20ß  06-12-94
  128. ---------------------
  129. This is what has been Removed none of this is needed anymore!!
  130. Using the @OPTEXT@ That is passed at the time of the Checking by PCBoard.
  131.  
  132.  
  133. e) You will need to modify your Protocol Batch file's since it seems
  134. that PCBoard Delete's these after the upload. At least on My system it 
  135. Removes the PCBDSZ.LOG file before I can get to it.
  136.  
  137.  
  138. Sample PCBRZ.BAT file below, Line's 2 & 4 must be added!!
  139. Also add these lines to your HSLINK download Batch file !!!
  140.  
  141. if exist pcbdsz.log del pcbdsz.log /q
  142. if exist dsz%PCBNODE%.log del dsz%PCBNODE%.log /q
  143. Dsz port %PCBPORT% handshake both estimate 0 %5 pB4096 pd0 z pR1 rz -p -m %3
  144. IF EXIST PCBDSZ.LOG COPY PCBDSZ.LOG DSZ%PCBNODE%.LOG /Q
  145.  
  146. f) In your $$LOGOFF.BAT file put this line with the correct path
  147.  
  148. if exist %PCBDRIVE%%PCBDIR%\UPCHK\UPCHK.%PCBNODE% DEL %PCBDRIVE%%PCBDIR%\UPCHK\UPCHK.%PCBNODE%
  149.  
  150. This will get rid of the temp file that the ppe use's for Batch Upload's
  151.  
  152. v 1.10  06-11-94
  153. --------------------
  154. Found the bug with the Private Upload's I think !!!!
  155. Added one more line to the .cnf file, Line number 33
  156.  
  157. Yes the Private uploads are now working
  158.  
  159. v1.00ß
  160. --------------------
  161. Only Release to a few USER's as a test run
  162.  
  163.