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

  1. @ECHO OFF
  2. if "%1"=="" goto usage
  3. if "%1"=="/?" goto usage
  4. login %1 /NS
  5. if %errorlevel==1 goto usage
  6. goto end
  7. :usage
  8. echo ATTACH.BAT
  9. echo    Usage: ATTACH fileserver/username
  10. echo    or use LOGIN  fileserver/username /NS
  11. :end
  12.  
  13.