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

  1. v 1.20  06-13-94
  2. ----------------------
  3. Added Support for the ULBY.DAT file that has been used by DIZ2PCB &
  4. ZIPZAP, This ppe will now Read this file and change the uploader's
  5. Name to whatever is in it, If this option is not used or the file
  6. don't exist the User's Name will be used!!
  7.  
  8. Added Message Support to the PPE, No if a file fails any of the Test's
  9. a message can be sent to the user, Stating the reason for the failure
  10. the FILENAME will be the Subject, And there are three files that contain
  11. the message TEXT these are, FAILED.VRF for failing the Verification
  12. test's, FAILED.AGE for when a file fails the AGE tests, FAILED.VIR
  13. for when a file fails the VIRUS TESTING...
  14.  
  15.  
  16. Now the PPE can read Differrent .cnf files for each Conference if you
  17. so desire, This would be in the format of "UPCHK1.CNF" For conference 1
  18. and so on, This gives you the ability to have differrent age limit's
  19. for Conference's, If a Conference specific file does not exist then the
  20. normal "UPCHK.CNF" File is Used.
  21.  
  22. Added the Mode that it is running under either TEST for online test
  23. mode or Upload for upload's.
  24.  
  25. Added OnLine Testing of Archives, For this to Work you must use the 
  26. TEST574.PPE in the cmd.lst as a Command called TEST this will override the
  27. PCBoard's Internal TEST command and ask for the filename to test.
  28. This ppe will also add the Default extention in PCBSETUP to the end of the input
  29. if none is there. Then it will run the UPCHK.PPE in Test Mode.
  30. Which will only test the Archive and do nothing more.
  31. UPCHK.PPE reads the MASTER DLPATH LIST file that is setup in PCBSETUP
  32. Make sure that you have one of these setup before this ppe will be able
  33. to do Online test's.
  34.  
  35.  
  36. v 1.20ß  06-12-94
  37. ---------------------
  38. This is what has been Removed none of this is needed anymore!!
  39. Using the @OPTEXT@ That is passed at the time of the Checking by PCBoard.
  40.  
  41.  
  42. e) You will need to modify your Protocol Batch file's since it seems
  43. that PCBoard Delete's these after the upload. At least on My system it 
  44. Removes the PCBDSZ.LOG file before I can get to it.
  45.  
  46.  
  47. Sample PCBRZ.BAT file below, Line's 2 & 4 must be added!!
  48. Also add these lines to your HSLINK download Batch file !!!
  49.  
  50. if exist pcbdsz.log del pcbdsz.log /q
  51. if exist dsz%PCBNODE%.log del dsz%PCBNODE%.log /q
  52. Dsz port %PCBPORT% handshake both estimate 0 %5 pB4096 pd0 z pR1 rz -p -m %3
  53. IF EXIST PCBDSZ.LOG COPY PCBDSZ.LOG DSZ%PCBNODE%.LOG /Q
  54.  
  55. f) In your $$LOGOFF.BAT file put this line with the correct path
  56.  
  57. if exist %PCBDRIVE%%PCBDIR%\UPCHK\UPCHK.%PCBNODE% DEL %PCBDRIVE%%PCBDIR%\UPCHK\UPCHK.%PCBNODE%
  58.  
  59. This will get rid of the temp file that the ppe use's for Batch Upload's
  60.  
  61. v 1.10  06-11-94
  62. --------------------
  63. Found the bug with the Private Upload's I think !!!!
  64. Added one more line to the .cnf file, Line number 33
  65.  
  66. Yes the Private uploads are now working
  67.  
  68. v1.00ß
  69. --------------------
  70. Only Release to a few USER's as a test run
  71.  
  72.