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 >
DOS Batch File  |  1993-05-16  |  409b  |  27 lines

  1. set task=%1
  2. vfdu l%2,ls
  3. fd
  4.  
  5. rem if errorlevel 222 goto maint
  6. rem if errorlevel 221 goto scan
  7. rem if errorlevel 220 goto toss
  8. if errorlevel 200 goto spawnmax
  9. if errorlevel 199 goto localmax
  10. if errorlevel 10 goto end
  11.  
  12. goto end
  13.  
  14. :localmax
  15. echo . > \semaphor\localmax.%task%
  16. goto exit
  17.  
  18. :spawnmax
  19. echo . > \semaphor\spawnmax.%task%
  20. goto exit
  21.  
  22. :end
  23. echo . > \semaphor\exit.%task%
  24.  
  25. :exit
  26.  
  27.