home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / sortdz10.zip / SORTDIZ.DOC < prev    next >
Text File  |  1994-06-22  |  4KB  |  91 lines

  1.                         SORTDIZ file sorting utility
  2.                              by Glenn Grotzinger
  3.                                 FIDO  1:2804/7
  4.  
  5. You have the best (and probably only) FILE_ID.DIZ archive sorting utility out
  6. there.  It will take a file, determine if a FILE_ID.DIZ file is present and
  7. then perform a configured action upon the file.
  8.  
  9. LEGALITIES
  10. ==========
  11. There are no warranties, expressed or implied for the usage of this software.
  12. Glenn Grotzinger, the author, is not liable in any way for losses of data, 
  13. money, or any other loss that may occur as a result of use or misuse of this
  14. software.  The author is also not liable for any damages that result from
  15. the software not performing it's desired purpose to the user, and the user
  16. bears all responsibility to that fact.  The software is provided to you, the
  17. user AS IS.
  18.  
  19. DISTRIBUTION
  20. ============
  21. This software is distributed as SHAREWARE.  Shareware affords you the option
  22. to try this software before you purchase it.  But keep in mind, that if you
  23. don't register this software in a specified evaluation period, you must 
  24. discontinue using it!  Please see the REGISTER.FRM file on how to register.
  25. I feel I am charging a legitimate sum for the effort placed into this project.
  26. If you are using the software in a commercial purpose, such as selling copies
  27. of the software or distributing the software via CD-ROM, you must contact 
  28. the author for information on a commercial usage license.
  29.  
  30. FILES IN THE PACKAGE
  31. ====================
  32. The following files are included in this package:
  33.        
  34.         SORTDIZ.EXE -----------> The main executable.
  35.         SORTDIZ.DOC -----------> The file you're looking at...
  36.          CONFIG.SDZ -----------> The configuration file.
  37.        REGISTER.FRM -----------> The registration form.
  38.        REVISION.TXT -----------> A small history of the development of SORTDIZ.
  39.  
  40. HOW TO CONTACT THE AUTHOR
  41. =========================
  42. You may contact the author, Glenn Grotzinger by one of these methods:
  43.  
  44. FidoNet at 1:2804/7
  45. The MindCrime BBS at (816) 429-3291 14400 bps 8,N,1 operation.
  46.  
  47. If you have any questions about the software, please have the following 
  48. available: The CONFIG.SDZ file and the system configurations..Please be sure
  49. that all the information in the CONFIG.SDZ file is correct first.
  50.  
  51. HOW TO USE THE SOFTWARE
  52. =======================
  53.  
  54. 1) Load up a TEXT EDITOR, such as DOS edit, QEDIT, or anything else that will
  55.    edit RAW ASCII text and load the file CONFIG.SDZ .  Follow the directions
  56.    in the config file's comments and configure all the options.  Comments may
  57.    be made by using the ";" (w/o the quotes) to start the line.  If an archiver
  58.    is not present, then write "not present" (w/o the quotes).  Leave the name
  59.    and registration code areas alone for now, until the software is registered.
  60.  
  61. 2) To execute the software, you call the filename (SORTDIZ) and then follow it
  62.    with the filename or path of filenames that you want to sort.  For example..
  63.  
  64.    If you want to see if the file name ARCHIVE.ZIP has a FILE_ID.DIZ in it and
  65.    perform the indicated configuration action, do this:
  66.  
  67.    SORTDIZ ARCHIVE.ZIP
  68.  
  69.    If you want to see if the file name c:\backup\BACKUP.ZIP has a FILE_ID.DIZ
  70.    in it and perform the indicated configuration action, do this:
  71.  
  72.    SORTDIZ c:\backup\backup.zip
  73.  
  74.    If you wish to sort files in the directory C:\HOLD do this:
  75.  
  76.    SORTDIZ c:\hold\*.*
  77.  
  78.    NOTE!:  The program CURRENTLY identifies archives by their extension! 
  79.            If extension is ZIP, then assumed a ZIP file!
  80.            If extension is ARJ, then assumed an ARJ file!
  81.            If extension is LZH, then assumed an LZH file!
  82.            If extension is UC2, then assumed an UltraCompressor file!
  83.            And so forth, and so forth.
  84.  
  85. ACKNOWLEDGEMENTS
  86. ================
  87. Thanks to Michael Williams and Michael Boyles for testing the software.
  88. Thanks to Jose De Jesus and Abad Godoy for writing such a great reference
  89.    for Pascal.
  90. Thanks to those who deserve thanks who I forgot to mention...
  91.