home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem -- process test uploads request - for ProDOOR 3.4
- rem -- %1-logfile, %2-testdir, %3-comport, %4-conference
- if exist %DSZLOG% type %DSZLOG% >> perm.log
- if not exist %2\*.* goto end
-
- rem -- test each uploaded file individually
- proecho %3 ~~Testing uploads. Please wait...~
- for %%f in (%2\*.*) do call prout1 %1 %%f %3 %4
-
- :end
-