home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / n4bats.exe / ENDCAP.BAT < prev    next >
DOS Batch File  |  1994-04-20  |  250b  |  13 lines

  1. @ECHO OFF
  2. if "%1"=="/?" goto usage
  3. CAPTURE /ENDCAP %1 %2
  4. if %errorlevel==1 goto usage
  5. goto end
  6. :usage
  7. echo ENDCAP.BAT
  8. echo    Usage: ENDCAP [/CANCEL] [/LOCAL=N]
  9. echo       or: ENDCAP [/CANCEL] [/ALL]
  10. echo    or use CAPTURE /ENDCAP
  11. :end
  12.  
  13.