home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UPCHECK / THDPRO91.ZIP / TG-RG.TXT < prev    next >
Text File  |  1993-12-25  |  4KB  |  80 lines

  1.                CONVERSIONS WITH RENEGADE and TELEGARD
  2.                --------------------------------------
  3.      This portion pertains to setting up THD as a file convertor with TG or 
  4. RG. The following applies to both.
  5.      If you intend to do conversions, do so in the following manner...
  6.  
  7.      In Tg or RG's archive configuration, set the compression line to "EXIT" 
  8. and the expansion line to
  9. THDPRO.EXE @F /KO /CO TOZIP (in TG)
  10. or
  11. THDPRO.EXE %F /KO /CO TOZIP %P (in RG)
  12.  
  13.      Note that the "TOZIP" above can be any of the convert indicators used 
  14. by THDPRO.EXE.
  15.      This will enable TG/RG to change the filename itself (although THD will 
  16. do so if the old filename is in the Database at the time of conversion).
  17.      The "/KO" parameter will tell THD to NOT delete the original after a 
  18. succesful conversion (new in 9.1). In this way TG or RG will find the 
  19. original (as it expects to) and delete it if the conversion was successful.
  20.  
  21.           FILE DESCRIPTION SUPPORT FOR TELEGARD (Diz importation)
  22.           -------------------------------------------------------
  23.  
  24.      The main "change" to this release is the ability to change Telegard 
  25. filebases. Version 9.0 was unable to do this due to the fact that TG does 
  26. not write the file information to the database until after a successful 
  27. test.
  28.      This version of THD ProScan handles TG a little differently as a 
  29. result. Basically, THDPRO.EXE must be run again after the file has been 
  30. entered into the database in order for the info to be updated.
  31.      The way THDPRO.EXE will accomplish this is as follows. When THD is 
  32. configured for TG it will test the file as usual and if the entry cannot be 
  33. found in TG's database, it will create a file called "THDPRO.DIZ". This file 
  34. will contain the necessary information to update the database after the 
  35. entry has been made. In this way, on it's next run THD will update the 
  36. database.
  37.      For those who do not wish to wait for this to happen the following is a 
  38. reasonable work-around (kludge) that will accomplish the desired results.
  39.      If you need (or want) THD to update the database immediately following 
  40. an upload, I suggest that you add another "upload" command immediately after 
  41. the already present one.
  42.      Note that the second upload command should simply shell to dos and run 
  43. "THDPRO.EXE DIZ". This command will simply update the databases based on the 
  44. contents of THDPRO.DIZ and will attempt no remote output or logging of any 
  45. kind. This was done to increase the speed of the operation.
  46.  
  47.      The commandkeys for the second upload command should be "D-" and the 
  48. mstring should be the complete path and filename to THDPRO.EXE with the 
  49. single parameter "DIZ".
  50.  
  51. CMDkey  =  D-
  52. Mstring =  C:\THDPRO\THDPRO.EXE DIZ
  53.  
  54.      This second upload command should immediately follow the first so that 
  55. it is performed immediately following the actual upload. Also note that this 
  56. command "should" be hidden. If you do not understand this text, please ask a 
  57. sysop in your area for assistance, since as a TG BBS goes, this is 
  58. relatively simple stuff.
  59.  
  60.      This text relates more directly to Telegard since RG automatically 
  61. imports the file_id.diz. The above method will accomplish those results for 
  62. Telegard, or update the name change after a file conversion (if necessary) 
  63. for either TG or RG. Although the name change will not be necessary if the 
  64. conversion method outlined above is used.
  65.  
  66.      IMPORTANT...
  67.      ------------
  68.      TG and RG batch uploads will NOT be processed by THD for this purpose 
  69. (updating databases). Since, when TG and RG do batch uploads, there is no 
  70. way for THD to know which filebase the uploaded files will end up in.
  71.  
  72.      THDPRO.DIZ will hold up to 10 entries before discarding them. The logic 
  73. being that if the file still isn't in the database after 10 attempts to 
  74. update it... then odds are pretty good that it's not going to be in the near 
  75. future.
  76.      Note also that THDPRO.DIZ will be processed on EVERY run if it exists. 
  77. The "DIZ" parameter is for use ONLY when you want "JUST" DIZ processing. ie. 
  78. a normal test and/or conversion will process the THDPRO.DIZ file if it 
  79. exists as well as running the test/conversion process.
  80.