home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
BBS
/
ZLAB_19C.ZIP
/
GIFT4B10.ZIP
/
PROUTEST.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-11-23
|
351b
|
12 lines
@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