home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
GENUTIL
/
VFD055B.ZIP
/
SHAREMAX.ZIP
/
RUNBBS.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-05-16
|
459b
|
29 lines
:loop
cd \fd
runfd %task% %port%
if exist \semaphor\exit.%task% goto exit
if exist \semaphor\spawnmax.%task% goto spawnmax
if exist \semaphor\localmax.%task% goto localmax
echo Error in runbbs.cmd
goto loop
:localmax
cd \max
maxp -n%task% -lmax-%task%.log
del \semaphor\localmax.%task%
goto loop
:spawnmax
copy dobbs%task%.bat *.cmd
call dobbs%task%
del \semaphor\spawnmax.%task%
goto loop
:exit
del \semaphor\exit.%task%