home *** CD-ROM | disk | FTP | other *** search
- DidTest 1.1
- (c) Copyright 1992 by Dave Navarro, Jr.
-
- What is DidTest?
-
- One problem which has constantly plagued ProDoor sysops is the
- upload testing procedure. Because ProDoor uses a set of batch
- files for all testing, occasionally, a file can be tested more
- than once due to a quirk in DOS's directory structure.
-
- DidTest is a cure for that. At the end of your PROUTEST.BAT
- you add the line:
-
- if exist %PCBDRIVE%%PCBDIR%\DIDTEST.LOG del %PCBDRIVE%%PCBDIR%\DIDTEST.LOG
-
- Then a the beginning of your PROUT1.BAT file you add the lines:
-
- didtest %2 %PCBDRIVE%%PCBDIR%\DIDTEST.LOG
- if errorlevel==1 goto end
-
- How it works is pretty simple.. when you execute DidTest with
- the name of the file and the name of the logfile, DidTest scans
- the logfile for the name of the file to test. If it finds it,
- it exits with an errorlevel of 1, if it doesn't find it, it adds
- it to the logfile and exits with no errorlevel.
-
- DidTest is fully network compatible, and you can keep a permanant
- list if you'd like, but remember, the longer the list, the longer
- it takes DidTest to search it.
-
- How much to register DidTest?
-
- This is another FREEWARE program. Enjoy.
-
- If you have any problems or requests, you can reach me at:
-
- The Bard's Lair BBS (718) 381-3651
-
- Dave Navarro, Jr.
- 34-68 Admiral Ave
- Middle Village, NY 11379
-
-