home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / thdpro10.zip / TG-RG.TXT < prev    next >
Text File  |  1994-08-27  |  4KB  |  79 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. successful conversion. In this way TG or RG will find the original (as it 
  19. expects to) and delete it if the conversion was successful.
  20.  
  21.           FILE DESCRIPTION SUPPORT FOR TELEGARD (Diz importation)
  22.           -------------------------------------------------------
  23.  
  24.     THDPLUS.EXE must be run after the file has been entered into the database 
  25. in order for the info to be updated.
  26.      The way THDPRO.EXE will accomplish this is as follows. When THD is run, 
  27. it will test the file as usual and if the entry cannot be found in TG's 
  28. database, it will create a file called "TESTINFO.DAT". This file will contain 
  29. the necessary information to update the database after the entry has been 
  30. made. In this way, on it's next run THD will update the database.
  31.      For those who do not wish to wait for this to happen the following is a 
  32. reasonable work-around (kludge) that will accomplish the desired results.
  33.      If you need (or want) THD to update the database immediately following 
  34. an upload, I suggest that you add another "upload" command immediately after 
  35. the already present one.
  36.      Note that the second upload command should simply shell to dos and run 
  37. "THDPLUS.EXE". This command will simply update the databases based on the 
  38. contents of TESTINFO.DAT and will attempt no remote output or logging of any 
  39. kind. This was done to increase the speed of the operation. Alternately, you 
  40. can run THDPRO.EXE DIZ as with older versions and THDPRO.EXE will run 
  41. THDPLUS.EXE at a slight cost of speed.
  42.  
  43.      The commandkeys for the second upload command should be "D-" and the 
  44. mstring should be the complete path and filename to THDPLUS.EXE.
  45.  
  46. CMDkey  =  D-
  47. Mstring =  C:\THDPRO\THDPLUS.EXE
  48.  
  49. or alternately
  50.  
  51. CMDkey  =  D-
  52. Mstring =  C:\THDPRO\THDPRO.EXE DIZ
  53.  
  54.      This second upload command should immediately follow the first so that it 
  55. 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.      TESTINFO.DAT will hold up to 50 entries before discarding them. The logic 
  73. being that if the file still isn't in the database after 50 attempts to update 
  74. it... then odds are pretty good that it's not going to be in the near future.
  75.      Note also that TESTINFO.DAT will be processed on EVERY run if it exists. 
  76. The "DIZ" parameter is for use ONLY when you want "JUST" DIZ processing. ie. a 
  77. normal test and/or conversion will process the TESTINFO.DAT file if it exists 
  78. as well as running the test/conversion process.
  79.