home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / DIZIT32.ZIP / DIZIT.DOC < prev    next >
Text File  |  1994-02-07  |  16KB  |  344 lines

  1.                                 DizIt v3.2
  2.                        
  3.                       For PCBoard v14.5a and 15.x
  4.  
  5.                                     By
  6.  
  7.                               Copyright 1994
  8.                                 Robert Neal
  9.                                 317 Hickory
  10.                            Romeoville, IL  60441
  11.  
  12.                                 Support BBS:
  13.                                 CorpSoft BBS
  14.                   Node #1: (815) 886-3233  14400 v.32bis
  15.                   Node #2: (815) 886-9381  14400 v.32bis
  16.  
  17.  
  18. |       Text marked with "|" indicates a change since last version.
  19.  
  20.  
  21. |Sysops upgrading from DizIt v1.x should refer to documentation for
  22. |changes as v2.0 was a major rewrite of how DizIt processed files. Sysops
  23. |upgrading from v2.x should not need to do anything other than copy the
  24. |new .EXE's into your DizIt directory. You may want to run the new
  25. |DIZCFG.EXE on each of your .CFG files, but this should not be required
  26. |for most sysops.
  27.  
  28.  
  29.                             PROGRAM INFORMATION
  30.                             ===================
  31.  
  32. As a sysop, you've probably downloaded hundreds of files to add to your
  33. board. You've probably used the local upload option in PCBoard to add
  34. these files to your system, or you've used PCBFiler to read the new
  35. files and manually typed in each file description. But with many files
  36. now including their own description file, FILE_ID.DIZ and DESC.SDI,
  37. wouldn't it be nice to have a program do all the work for you?
  38.  
  39. DizIt is a utility written for PCBoard v14.5a and PCBoard 15.x to do
  40. just that. DizIt was written to aid sysops in adding files which contain
  41. FILE_ID.DIZ or DESC.SDI into their upload directory from the command
  42. line.
  43.  
  44. Additionally, if FILE_ID.DIZ or DESC.SDI is not found in an archived
  45. file, DizIt can be configured to scan a text file, that is in PCBoard
  46. directory format, and import descriptions directly from that file. Great
  47. for importing files from captured file listings of other BBS, file
  48. listings from CDROM's, etc. Text files do NOT need to include the "|"
  49. character which PCBoard requires. DizIt will import any file which
  50. includes the description starting in the 34th column.
  51.  
  52. The entire process is simple to do, even easier than using the
  53. "local upload" option of PCBoard, plus offers the import from file
  54. function that the local upload function doesn't.
  55.  
  56. |DizIt will read the names of all files in a directory you indicate, up
  57. |to 2,500 files, and then quickly snoop through each file looking to see
  58. if FILE_ID.DIZ or a DESC.SDI file can be found. If found, the file is
  59. processed.
  60.  
  61. If no description is found DizIt will do no further processing of the
  62. file except for moving the file to the holding directory you've
  63. indicated. This allows you to place all your files you want to add in
  64. the directory and let DizIt search for those that can be automatically
  65. added to your PCB File directory listing.
  66.  
  67. Currently, DizIt is written to process FILE_ID.DIZ and DESC.SDI from ZIP
  68. and ARJ archived files. Based on my experiences, the majority of files
  69. being distributed are in these two formats and these two formats will
  70. suffice for almost all PCBoard sysops. If you would like to see another
  71. format included, please feel free to write me and I'll look to add the
  72. format to DizIt.
  73.  
  74. |While DizIt will not search for the FILE_ID.DIZ and DESC.SDI for files
  75. |other than .ZIP and .ARJ, it will quickly scan the file listing for
  76. |descriptions to import. Great for importing .GIF, .EXE, .LHA, .TXT, etc.
  77. |into your PCBoard upload directory.
  78.  
  79.  
  80.  
  81.                         PROGRAM INSTALLATION/OPERATION
  82.                         ==============================
  83.  
  84. INSTALL
  85. -------------------------
  86.  
  87. Place the DIZIT files into a directory in your path. You may place DIZIT
  88. in it's own directory if you so choose, but you must be sure to properly
  89. configure the batch files to make the call to the proper directory when
  90. running DIZIT.
  91.  
  92. Ensure that the appropriate archiving programs are available in your
  93. directory path. For ZIP files, you'll need PKZIP.EXE and PKUNZIP.EXE.
  94. For ARJ files you'll need ARJ.EXE. DIZIT makes a call to these programs
  95. to extract the description files as well as importing your BBS comment
  96. file.
  97.  
  98.  
  99.  
  100. CREATE CONFIGURATION FILE
  101. --------------------------
  102.  
  103. |Edit DizIt configuration file, DizIt.CFG. Use the program DIZCFG.EXE
  104. |contained with this archive to edit this file or use your favorite text
  105. |editor to edit this file.
  106.  
  107. The items in the configuration file are as follows, do not include the
  108. line number references. Refer to detailed explanation below for each
  109. line:
  110.  
  111.         DizIt.CFG
  112.         --------------------------
  113. Line 1: CorpSoft BBS
  114. Line 2: 0
  115. Line 3: G:\WORK
  116. Line 4: C:\UPLOAD
  117. Line 5: C:\HOLD
  118. Line 6: D:\PCB\MAIN\UPLD
  119. Line 7: D:\BBS.CMT
  120. Line 8: D:\IMPFILE
  121. Line 9: D:\DIZIT\DIZIT.LOG
  122.  
  123. Line 1: BBS Name
  124.  
  125. Line 2: Registration number, leave as 0 if unregistered.
  126.  
  127. Line 3: Drive/path to be used for temporary work area. A RAM disk, if
  128.         available, is recommended. Ensure that this directory exists
  129.         before using DizIt. Do not include the trailing "\" at the
  130.         end of the directory name.
  131.  
  132. Line 4: Drive/path of where files are to be moved to once they are
  133.         processed. This could be your public upload directory, private
  134.         directory or any other directory you choose. Again, ensure that
  135.         this directory exists before using DizIt. Do not include the
  136.         trailing "\" at the end of the directory name.
  137.  
  138. Line 5: Drive/path of where files should be moved if either FILE_ID.DIZ
  139.         or DESC.SDI is not found. Enter "NONE" on this line if you want
  140.         DIZIT to keep the files in the directory they are currently
  141.         located.
  142.  
  143. Line 6: Full path/filename of the file to which is to be updated with
  144.         the files imported. Typically this will be your public upload
  145.         directory, but you may want to instead move the files to your
  146.         private upload directory so that you may preview the files
  147.         before making them public. This file should relate to the
  148.         directory choosen above.
  149.  
  150. Line 7: Full path/filename of a comment file you want to have added to
  151.         the ZIP file. Typically, this may be your "BBS AD" comment.
  152. |        Enter NONE if you do not wish to use this option.
  153.  
  154. Line 8: Full path/filename of a text file to be scan and descriptions
  155.         extracted from for import. File must be in PCBoard file
  156. |       directory format. Enter NONE if you do not wish to use this
  157.         feature.
  158.  
  159. Line 9: Log file for DizIt, records name of files imported and if
  160.         description file was found or not.
  161.  
  162.  
  163.  
  164. PROGRAM OPERATION
  165. ------------------
  166.  
  167. Move all files to be processed into a temporary file directory. This
  168. directory should only contain files you wish to have imported into your
  169. PCBoard directory.
  170.  
  171. Enter the following command at the DOS prompt:
  172.  
  173. DIZIT DIZIT.CFG C:\DIZTEMP
  174. ----- --------- ----------
  175.   ^       ^          ^
  176.   |       |          \ Directory containing file to be processed
  177.   |        \ Name of your configuration file
  178.    \ Name you have used for the DizIt .EXE program
  179.  
  180.  
  181.  
  182.  
  183. Once the prorgam starts, it will read the names of all files in your
  184. temporary file directory. DizIt will then, if instructed, add the ZIP
  185. COMMENT specified on line 7 of the DizIt.CFG file to the ZIP file.
  186.  
  187. DizIt will then check the ZIP or ARJ file to see if the FILE_ID.DIZ or
  188. DESC.SDI file exists in the ZIP or ARJ file. If the file is not a ZIP or
  189. ARJ archived file, DizIt will skip to the next process listed below. If
  190. FILE_ID.DIZ or DESC.SDI is found, DizIt will extract the file to your
  191. temporary work directory and then begin to add the file to the end of
  192. your PCBoard file directory indicated in the configuration file. Unlike
  193. other similar programs, DizIt will update your PCBoard file listing with
  194. the file size and the current date of the upload, no further processing
  195. of the PCBoard file directory list is required.
  196.  
  197. If FILE_ID.DIZ or DESC.SDI is not found, DizIt will optionally scan the
  198. text file indicated in line 8 of the DIZIT.CFG file for filename
  199. matches. If a match is found, DizIt will automatically import the
  200. description from the text file.
  201.  
  202. Once DizIt has imported the file and description into your PCBoard file
  203. directory list, DizIt will move the file from the current directory to
  204. the directory specified in line 4 in the configuration file.
  205.  
  206.  
  207.  
  208.                               REGISTRATION
  209.                               ============
  210.  
  211. DizIt is released as user support software (aka SHAREWARE). I don't
  212. expect you to register the program if you don't like it or if it doesn't
  213. meet your needs (just stop using it). But if you continue to use DizIt
  214. after a reasonable evaluation period of up to 30 days, you are required
  215. to make payment for the program or stop using it.
  216.  
  217. DizIt is NOT crippled in any way other than a marker "->DizIt" will be
  218. added to the last line of the file description field. This function has
  219. been added as an incentive to register the program. Once you have
  220. registered the program, the marker will no longer added to the imported
  221. description.
  222.  
  223. Registration is only $10 and will include unlimited free upgrades and
  224. support via my BBS. Many hours have gone into making DizIt what sysops
  225. have been asking for. It can save you hours of time in uploading files
  226. to your board locally, and your time saved should more than offset the
  227. $10 price.
  228.  
  229. Please use the form REGISTER.FRM included with the program to register
  230. DizIt. If this file is missing, send a check for $10 (US funds) to:
  231.  
  232.         Robert Neal
  233.         317 Hickory
  234.         Romeoville, IL  60441
  235.  
  236. Please include your BBS name as this information will be used to create
  237. your unique registration key file. You may receive your registration
  238. file via my support BBS (but please be sure you have an account
  239. established on my BBS so that I can leave this information in a private
  240. message to you) or via the US Mail. Please indicate your preference.
  241.  
  242. Keep your eye open for other utility programs from me written for
  243. PCBoard. Several programs are now in the works and should be released
  244. soon. Also, look for my door programs, Card Sharks and Links Golf
  245. (available on my BBS as well), I think your users will enjoy playing
  246. them. See the file OTHER.TXT for a listing of all my currently available
  247. programs.
  248.  
  249. You may register online with your Visa or MasterCard by calling my BBS
  250. and typing CHARGE at the main menu prompt.
  251.  
  252.  
  253.  
  254.                                   SUPPORT
  255.                             ===================
  256.  
  257. If you have any questions, comments, problems, suggestions for
  258. enhancements, etc., I may be reached at my support BBS or by mail. In
  259. addition, you may send a message to me on the RIME conferences to my BBS
  260. "CHQBBS", I regularly monitor the messages in the Sysop, BBS and PCBoard
  261. Support conferences. I can also be reached via Prodigy.
  262.  
  263. I can also be reached via Internet mail at bob.neal@corpsoft.com.
  264.  
  265.  
  266.                              LEGAL INFORMATION
  267.                       ===============================
  268.  
  269. This program is provided on an "AS IS" basis.  No warranty of any kind is
  270. expressed or implied.  YOU USE THIS PROGRAM AT YOUR OWN RISK.  I take no
  271. responsibility for any damage caused directly or indirectly from the use or
  272. the inability to use this program.
  273.  
  274.  
  275.  
  276. VERSION HISTORY:
  277.  
  278.         v1.0 - Initial release
  279.         v1.1 - Fixed bug where if NONE was selected as the directory to
  280.                  move files to, DIZIT would rename file to NONE.
  281.                If DIZIT processed a file at the same time that the
  282.                  PCBoard upload directory was being browsed on a 2nd
  283.                  node, DIZIT would return error. Revised file handling
  284.                  so that this no longer occurs - DIZIT updates file
  285.                  without an error.
  286.         v2.0 - Rewrite of original code for improved status display and
  287.                  speed.
  288.                Added option to scan text file listing for descriptions
  289.                  to be imported if FILE_ID.DIZ or DESC.SDI file is not
  290.                  found.
  291.                Program now includes internal routines to read directory
  292.                  information. No need to use batch files to process a
  293.                  group of files.
  294.                Added LOG FILE feature.
  295.         v2.1 - Added option to disable the import descriptions and BBS
  296.                  ad file.
  297.         v3.0 - Greatly increased number of files that could be imported
  298.                  at one time. Previously I had set this to 250 records,
  299.                  but several sysops have had reason to import more than
  300.                  this at one time. DizIt now supports up to 2,500 files
  301.                  imports at one time (have only verified this with
  302.                  1,400 records - I have nothing that has 2,500 files
  303.                  to be checked at once, nor the disc space <g>).
  304.                DizIt will trim extra spaces from the description file if
  305.                  it is left padded with spaces. For example, a record
  306.                  "      This is a great file"
  307.                  is imported as
  308.                  "This is a great file".
  309.                Revamped error routines to verify files/paths specified
  310.                  in configuration file. If an error occurs, an
  311.                  explanation is now shown explaining which file/path was
  312.                  missing and then cleanly exit for you to correct.
  313.                Rewrote file routine to allow any file extension to have
  314.                  their file description from the text file if specified.
  315.                  This now allows .EXE, .GIF, .TXT, .LHA, etc to be
  316.                  quickly imported into your PCBoard upload directory.
  317.                  These files will not be checked for FILE_ID.DIZ or
  318.                  DESC.SDI and will only have descriptions imported from
  319.                  the text file. Only .ZIP and .ARJ files will be
  320.                  searched for the FILE_ID.DIZ and DESC.SDI files.
  321.                Added file DIZCFG.EXE, an editor for your DizIt
  322.                  configuration files. No more need to refer to the
  323.                  documentation each time, DIZCFG.EXE has a brief
  324.                  explanation of each line in the configuration file and
  325.                  allows you to edit/enter data.
  326.                Found that DizIt would not properly operate under DRDOS.
  327.                  The routines used to copy the files to the directories
  328.                  specified would result in files being lost. The routine
  329.                  worked fine under MSDOS. What worked under DRDOS then
  330.                  didn't work under MSDOS - go figure. Changed routine so
  331.                  that it now handles either DOS version correctly.
  332.         v3.1 - If a file was marked as NONE in configuration, the
  333.                  validation rotuine would try to process the
  334.                  information and return an error message. Revised
  335.                  routine to accomodate this.
  336.         v3.2 - Left in some debug code that resulted in bypassing my
  337.                  error routine. Result, if you improperly set up DIZIT
  338.                  the program was unable to report what configuration
  339.                  option was improperly set. Error routine should now
  340.                  execute - while I was in the code caught a few more
  341.                  possibilities as to how an error could be generated and
  342.                  now check for them as well. Let me know if any errors
  343.                  go unreported by the program.
  344.