home *** CD-ROM | disk | FTP | other *** search
-
- Note:
- Please note that because of a number of obligations, I will no longer
- be working on ProDIZ. However, there are still some things that need
- to be done to it, so I have turned the source code over to Max Bernard
- of Taste BBS in Brooklyn, NY. Please contact Max at 718-252-4529, if
- you have any questions or problems with ProDIZ.
-
- I can also be contacted there if necessary. (Dave Navarro, Jr.)
-
- -------------------------------------------------------------------------------
-
- ProDIZ History
- --------------
-
- Sep-10-92 MB Ver 2.03
- ■ Fixed the problems with the /L option
- ■ Added /E option to erase files that fail the /O
- maximum age requirement test
-
- Sep-08-92 MB Ver 2.02 (Not released)
- ■ ProDIZ now makes sure file wasn't already "private"
- before adding its own "/" for the /P option
-
- Mar-10-92 MB Version 2.01
- ■ Added /L switch for (L)ocal operation
-
- Feb-29-92 MB Version 2.0
- ■ General cleanup and code optimization
-
- Version 1.92 (02/28/92) (Not released)
- ■ ProDIZ will now scan the archive for DOS reserved
- and if found, will make the upload private and add
- a warning line to the file's description
-
- Version 1.91 (02/27/92) (Not released)
- ■ Added reformatting for long DESC.SDI lines
-
- Version 1.9 (02/25/92)
- ■ Added support for DESC.SDI embedded descriptions
- ■ Added support for the /P switch to make all uploads private
- UNLESS they have a FILE_ID.DIZ or DESC.SDI embedded.
-
- ---------------------------------------------------------------------------
-
- New in 1.8b (02/23/92)
- ■ Fixed minimum date option.
-
- ---------------------------------------------------------------------------
-
- New in 1.8:
-
- Added /O:yymm option. Deletes any file which is older than MMYY.
-
- Example: PRODIZ %2 $DOOR.NAM /O:9201
-
- would reject any files which do not contain at least One file which
- has a file date of 01/01/1992.
-
- Rejected files return an errorlevel of 2, so add a line like:
-
- if errorlevel==2 del %2
-
- ---------------------------------------------------------------------------
-
- New in 1.7:
-
- Fixed the problem where imported FILE_ID.DIZ's had blank lines
- in them. Changed "■ DIZ" to "* DIZ" for machines which support
- non-pc callers.
-
- ---------------------------------------------------------------------------
-
- New in 1.6:
-
- Bug fixes. When I added the AV option in the 1.5 version, I totally
- screwed up the description parsing routines..
-
- Also, for some strange reason, ProDoor ignores all charactors after
- "#" in a descriptions... Very bizarre.. So the new AV line is:
- "-AV: CVL512 Dave Navarro, Jr."
-
- ---------------------------------------------------------------------------
-
- New in 1.5:
-
- Added /AV option to include ZIP AV serial numbers in the description
- if found in the form of: "-AV: #CVL512 Dave Navarro, Jr."
-
- ---------------------------------------------------------------------------
-
- New in 1.4B:
-
- Bug Fix. Instead of "92" in the date, ProDIZ was adding "19"
-
- Bug Fix. ProDIZ was not adding the Uncompressed Size.
-
- ---------------------------------------------------------------------------
-
- New in 1.4:
-
- Bug Fix. Changed the ARJ and LHA command lines from the "x" option
- to the "e" option to extract without full path.
-
- Changed the /D option line from a 4 digit year to a 2 digit year (1992
- to 92). If ProDIZ imports a FILE_ID.DIZ, "■ DIZ" is now added to the
- end of the /D option line.
-
- Added a /U option to include the uncompressed filesize in the form
- of "Uncompressed Size: nn,nnn,nnn bytes" in the description.
-
- ---------------------------------------------------------------------------
-
- New in 1.3:
-
- Bug Fix. If an archive does not contain a FILE_ID.DIZ and there is no
- description found in $DOOR.NAM then ProDIZ will exit, allowing ProDoor
- to get the description from the user after upload testing is over.
-
- ---------------------------------------------------------------------------
-
- New in 1.2:
-
- ProDIZ now has the /A: option which adds an optional line
- of text to the end of the file description. For example, you could add
- a line like "TESTED by ZIPLab 1.9a" with the command:
-
- /A:TESTED by ZIPLab 1.9a
-
- to the end of your command line.
-