home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / app / ehandl.exe / PCBVIEW.BAT < prev    next >
DOS Batch File  |  1989-12-07  |  329b  |  24 lines

  1. @echo off
  2. testfile %1 arc zip pak
  3. if errorlevel == 98 goto error
  4. if errorlevel == 3 goto pak
  5. if errorlevel == 2 goto zip
  6. if errorlevel == 1 goto arc
  7. goto end
  8.  
  9. :arc
  10. viewarch %1
  11. goto end
  12.  
  13. :zip
  14. rem @ziptv -p1 %1 >pcbview.txt
  15. ziptv %1 > pcbview.txt
  16. goto end
  17.  
  18. :pak
  19. pak v %1 > pcbview.txt
  20. goto end
  21.  
  22. :error
  23. :end
  24.