home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
GENUTIL
/
VFD055B.ZIP
/
SHAREMAX.ZIP
/
RUNFD.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-05-16
|
409b
|
27 lines
set task=%1
vfdu l%2,ls
fd
rem if errorlevel 222 goto maint
rem if errorlevel 221 goto scan
rem if errorlevel 220 goto toss
if errorlevel 200 goto spawnmax
if errorlevel 199 goto localmax
if errorlevel 10 goto end
goto end
:localmax
echo . > \semaphor\localmax.%task%
goto exit
:spawnmax
echo . > \semaphor\spawnmax.%task%
goto exit
:end
echo . > \semaphor\exit.%task%
:exit